Search Results

13
votes
10answers
1k views

Understanding Dijkstra’s Mozart programming style

I came across this article about programming styles, seen by Edsger Dijsktra. To quickly paraphrase, …
0
votes

How to name variables.

I have always used under_scores for my delimiters between words in a variable name, but have found camelCasing to be a lot faster. …