447
Gotta get those github stats up
(media.kbin.social)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Typing characters is maybe 1% of the job. The other 99% is understanding how the change affects everything else. Changing a single line of code in a function called by 1000 other functions each themselves called in 10 other functions can still potentially be more work and a bigger change than changing 9000 lines of code in a function called once.