Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Gibbon1
on Sept 15, 2023
|
parent
|
context
|
favorite
| on:
Linear code is more readable
Even better instead of a interrupt driven state machine implemented as a switch statement that linearly progresses. Do it using 20-25 small chained callbacks spread over a couple of files.
Bonus: Uncle Bob teaches us not to use comments.
andrewprock
on Sept 15, 2023
[–]
This sounds like a nightmare. One that I've lived through.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Bonus: Uncle Bob teaches us not to use comments.