How to Write Unmaintainable Code – Naming
mindprod.com
How to Write Unmaintainable Code – Naming
1–10 of 43 posts
Re: How to Write Unmaintainable Code – Naming
#2Re: How to Write Unmaintainable Code – Naming
#3Additionally, in languages with pattern matching, '_' usually works like '*' and matches everything.
Re: How to Write Unmaintainable Code – Naming
#4Also fun is using reserved JavaScript keyboards inside of JavaScript objects which, while legal, rarely color correctly in code editors.
Re: How to Write Unmaintainable Code – Naming
#5OP forgot an important tool: store as many variable as possible in one long array. When ever possible use predefined constants like "one," "first," and "superVar" to refer to the index of the desired value in the Array, make sure that all of the above mentioned constants have the same value and are defined in different parts of the code.
Re: How to Write Unmaintainable Code – Naming
#6Re: How to Write Unmaintainable Code – Naming
#7Hold on, should we use i instead of ii, or not use it? I fucking hate these double-negative articles.
Re: How to Write Unmaintainable Code – Naming
#8Re: How to Write Unmaintainable Code – Naming
#9"If anyone even hints at breaking the tradition honoured since FØRTRAN of using i, j and k for indexing variables, namely replacing them with ii, jj and kk, warn them about what the Spanish Inquisition did to heretics." Hold on, should we use i instead of ii, or not use it? I fucking hate these double-negative articles.