←back to thread

69 points thunderbong | 1 comments | | HN request time: 0.204s | source
Show context
nomilk ◴[] No.45160043[source]
Reading through some controllers and models, haven't encountered a single code comment yet, just chiselled-out ruby.

Arbitrary examples:

https://github.com/basecamp/once-campfire/blob/main/app/cont...

https://github.com/basecamp/once-campfire/blob/main/app/cont...

https://github.com/basecamp/once-campfire/blob/main/app/mode...

replies(4): >>45160157 #>>45160222 #>>45160923 #>>45161406 #
wereHamster ◴[] No.45160923[source]
Could it be that they removed /all/ comments from the codebase when they made it public, to not release some sensitive information that was in them?
replies(2): >>45161036 #>>45161389 #
1. micromacrofoot ◴[] No.45161036[source]
possible, but I've worked in similar sized codebases that didn't use them intentionally (linted them out)

the idea being that the code should be readable enough to not require then