How programmers comment their code
magic_lobster_party @ magic_lobster_party @kbin.run Posts 1Comments 624Joined 1 yr. ago
magic_lobster_party @ magic_lobster_party @kbin.run
Posts
1
Comments
624
Joined
1 yr. ago
Just having clear and concise variable names often goes a long way. Avoid using abbreviations.
Breaking out the code into functions helps limit the number of variables within a scope, which makes it easier to name them.