Skip to content

History / CODING STYLE zh_tw

Revisions

  • docs(CODING STYLE): make the rules less specific

    @IepIweidieng IepIweidieng committed Nov 30, 2024
  • docs(CODING STYLE): clarify that the rules are for recommendation and reference only

    @IepIweidieng IepIweidieng committed Nov 30, 2024
  • docs(CODING STYLE): drop unneeded `(`s & `)`s from forms of divisions & moduli

    @IepIweidieng IepIweidieng committed Dec 10, 2023
  • docs(CODING STYLE): clarify the listed divisions & moduli to be for integers; use simplified range-less forms for the example

    @IepIweidieng IepIweidieng committed Dec 10, 2023
  • docs(CODING STYLE): simplify forms of divisions & moduli: drop redundant `(`, `)`, & `!!`

    @IepIweidieng IepIweidieng committed Dec 10, 2023
  • docs(CODING STYLE): add forms of divisions & moduli for cases (x ≥ 0, y > 0) & (y = 2ⁿ)

    @IepIweidieng IepIweidieng committed Dec 10, 2023
  • docs(CODING STYLE): add forms of range-less integer-only divisions

    @IepIweidieng IepIweidieng committed Dec 5, 2023
  • docs(CODING STYLE): refine forms of divisions & moduli; add range info; reformat ranges to math forms; fix typos

    @IepIweidieng IepIweidieng committed Dec 5, 2023
  • docs(CODING STYLE): 𣒧 (⿱乖木) -> 乘 (⿻禾北): fix typo

    @IepIweidieng IepIweidieng committed Dec 4, 2023
  • docs(CODING STYLE): add reference forms of frequently used divisions and moduli; clarify related rules

    @IepIweidieng IepIweidieng committed Dec 4, 2023
  • docs(CODING STYLE): add forms of frequently used bitwise and logical ops; clarify related rules

    @IepIweidieng IepIweidieng committed Dec 4, 2023
  • docs(CODING STYLE): fix list spacing by adding `<p/>` between lists in separated paragraphs

    @IepIweidieng IepIweidieng committed Dec 4, 2023
  • docs(CODING STYLE): move some items in "可讀性與可移植性" into new paragraph "運算式的使用"

    @IepIweidieng IepIweidieng committed Dec 4, 2023
  • docs(CODING STYLE): simplify listed forms of decrement loops

    @IepIweidieng IepIweidieng committed Dec 3, 2023
  • docs(CODING-STYLE): clarify rules for integer floored division & modulo; update examples

    @IepIweidieng IepIweidieng committed Dec 3, 2023
  • docs(CODING STYLE): add `rc`, `ret`, & `res` to variable name convention

    @IepIweidieng IepIweidieng committed Nov 8, 2022
  • docs(CODING STYLE): clarify that this article covers conventions

    @IepIweidieng IepIweidieng committed Nov 8, 2022
  • docs(CODING STYLE): allow using non-trivial GNU C extensions without ISO fallback

    @IepIweidieng IepIweidieng committed Nov 3, 2022
  • docs(CODING STYLE): "Commit 訊息的格式": clarify object name formatting; fix markdown formatting

    @IepIweidieng IepIweidieng committed May 12, 2022
  • docs(CODING STYLE): add section "Commit 訊息的格式"; explain the use of capitalization & comma `.`

    @IepIweidieng IepIweidieng committed May 12, 2022
  • docs(CODING STYLE): "可讀性與可移植性": fix incorrect statements about (g)lvalues

    @IepIweidieng IepIweidieng committed Mar 29, 2022
  • docs(CODING STYLE): add rules about forbidding redundant operators

    @IepIweidieng IepIweidieng committed Mar 29, 2022
  • docs(CODING STYLE): clarify `XOR`/`XNOR` constructs: explicitly use boolean operands

    @IepIweidieng IepIweidieng committed Mar 28, 2022
  • docs(CODING STYLE): add rules about logical expressions

    @IepIweidieng IepIweidieng committed Mar 28, 2022
  • docs(CODING STYLE): "註解的使用": 於在 ("at at") -> 於 ("at")

    @IepIweidieng IepIweidieng committed Mar 26, 2022
  • docs(CODING STYLE): "區域變數的使用": add rules about initializing variables in the declaration

    @IepIweidieng IepIweidieng committed Mar 24, 2022
  • docs(CODING STYLE): add section "Race condition 的預防"

    @IepIweidieng IepIweidieng committed Mar 24, 2022
  • docs(CODING STYLE): "Binary compatibility": add explanations about DISKDATA/SHMDATA comments

    @IepIweidieng IepIweidieng committed Mar 24, 2022
  • docs(CODING STYLE): "迴圈的形式": allow `while (cond())` in do-while form

    @IepIweidieng IepIweidieng committed Mar 24, 2022
  • docs(CODING STYLE): add sections "迴圈的使用" & 迴圈的形式"迴圈的形式

    @IepIweidieng IepIweidieng committed Mar 24, 2022