|
|
|
|
|
by hermannj314
5398 days ago
|
|
I agree that efficient code is usually more complex and for some god forsaken reason it tends to be the least commented. If you think to yourself, "wow! I'm really proud of that, very clever" please for the love of God leave a comment. I find myself writing chicken scratch on a piece of paper or in a scrap file when writing a function, many of those chicken scratch comments are exactly the sort of things future developers would love to see in comments. So...big takeaway from me (15+ years developing) is learning when to comment your code! |
|