Hacker News new | past | comments | ask | show | jobs | submit login

> How do you learn to structure a large program?

You can try to organize you stuff by: - layers (time) - functional units (what it does) - subsystems (parts assigned to people)

Over that, you can write a state machine to sequence the jobs, add tracing and isolate parameters.

The idea is to group, organize and classify iteratively.

Your project looks interesting.

Feel free to reach me @gmail.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: