11
Comments
  • 2
    There's a special place in hell for you if you ever share your code. ;)
  • 0
    @Milt0n I realize that, thanks for reminding me :(
  • 4
    You end up right here at the center
  • 1
    @sudorm-rf @Milt0n Usually when you confess your sin, you should be forgiven, ain't that right?
  • 4
    Clean code with well chosen names for functions, classes variables and short parameter lists and short functions which conform to SRP don't need comments. Except for some special cases.

    I assume your code is like this.
    Otherwise: Don't share and suffer alone ;-)
  • 1
    @loebkes Yes I like to think that I code like that
  • 0
    The last function I wrote (79 lines) was 45.5% comments / blank lines (39). lol
Add Comment