(no title)
aib | 1 year ago
I like refactoring independent blocks out into functions, to separate the scopes and have readable summaries a la self-documenting code. Having to fish out and then explicitly enter some library's useful but complex type makes it unpleasant.
I'm starting to see a pattern here... Hmm, maybe private functions should be treated differently?
No comments yet.