Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pojzon
on March 21, 2022
|
parent
|
context
|
favorite
| on:
Please put units in names
This is more about units.
int length = 5
Is quite different than:
int lenght_in_meters = 5
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
int length = 5
Is quite different than:
int lenght_in_meters = 5