Hacker News new | ask | show | jobs
by V-2 4172 days ago
"there's nothing inherently wrong with a 500 line method if that's what the problem calls for"

Yeah, "if", but that's rarely the case :) Care to show me an open-source example of a function 500 lines long where you don't think one could find proper seams to split the code along? Ideally in https://github.com/shurcooL/Conception-go/blob/master/main.g...

1 comments

I don't make it a habit of reading through open source code unless I'm trying to fix a bug (or, more often, get it to compile).