Talk:Writing Clean Code

Add topic
There are no discussions on this page.

Actually, good variable names don't make your code professional or clean. This whole tutorial is false. The only part in this tutorial I agree with is the tabbing.
(SoulStealer9875 10th July 2011 Wiki Writer)

Variable names do help a lot in larger scripts. If you don't make them self-explanatory, it can get hard to remember what they are for and what needs to be edited.
(MrNicNac | Send Message | Wiki Editor/Reviewer) - (Writer/Editor List)
On the last example, that is false because if the cake is nil, why would it print the cake exists and is yummy? It won't print anything... Is this to confuse people?
(SoulStealer9875 10th July 2011 Wiki Writer)
Return to "Writing Clean Code" page.