Modified:
| Before: Coding Guidelines@6c94e29f146f | After: Coding Guidelines@25f91df3942c | ||||
|---|---|---|---|---|---|
| n | 1 | # Coding Guidelines | n | 1 | ## Coding Guidelines |
| 2 | 2 | ||||
| n | 3 | ## Hungarian Notation | n | 3 | ### Hungarian Notation |
| 4 | 4 | ||||
| 10 | 10 | ||||
| n | 11 | ###### Template example | n | 11 | #### Template example |
| 12 | -------------------------------------------------------------------------------- | 12 | -------------------------------------------------------------------------------- | ||
| 17 | 17 | ||||
| n | 18 | ###### View example | n | 18 | #### View example |
| 19 | -------------------------------------------------------------------------------- | 19 | -------------------------------------------------------------------------------- | ||
| 29 | 29 | ||||
| n | n | 30 | ## Warning | ||
| 31 | |||||
| 32 | ### Do NOT change Urls | ||||
| 33 | |||||
| 34 | Changing the urls now will invalidate links somewhere on the internet and is practically guaranteed to break at least X0 links in the templates. DO NOT CHANGE THE URL STRUCTURE. | ||||
| 30 | 35 | ||||
| 32 | 37 | ||||
| t | 33 | t | |||