Conversation
Notices
-
Mister M. T. Sack (thatbrickster@shitposter.club)'s status on Wednesday, 10-Jan-2018 03:22:53 EST Mister M. T. Sack
If I can take out large bits of code in put it into its own function, even if it's called once, it's easier for me (and other programmers) to manage since it will be labelled. That's all. -
Hattie Cat (hattiecat@quitter.no)'s status on Wednesday, 10-Jan-2018 04:57:15 EST Hattie Cat
@thatbrickster Doing this with a colleague's code. Makes the program easier to read, document, change and test. Found 5 bugs in the process - well worth the effort.
-