Y
Hacker News
new
|
ask
|
show
|
jobs
by
Zedronar
2732 days ago
Is there any particular technical reason behind the decision of having 4500 LoC in a single file? It sounds like a pain to maintain and extend.
1 comments
ahaferburg
2732 days ago
I wanted to always compile everything, and I don't have modules yet. Every problem is in one function, so for AOC it wasn't a problem.
link