HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gnz00

no profile record

comments

gnz00
·3 ay önce·discuss
[dead]
gnz00
·2 yıl önce·discuss
I prefer to write an initial implementation, and then in the testing process figure out which interfaces simplify my tests, and then I refactor the implementation to use those interfaces. Generally, this avoids unnecessary abstraction, as the interfaces for testing tend to be the same ones you might need for extensibility.