7
Seag
7y

There's just something so beautiful about naked code on my IDE.

Comments
  • 1
    Well I'd say, practice clear naming and use many functions. Then commenting might not be needed
  • 2
    @ChappIO I agree, though as a current student, my professors (understandably) require descriptive commenting. My personal projects have proper names to inherently clean up the readability of the code.
    ISwearIDontWriteUnnecessarilyLongFunctionNames(bool bullshit) {}
  • 1
    @Seag ah yes, in a course that makes perfect sense
Add Comment