Derivable codebases
One of the things we do at recruiterbox is to ensure that the code we write is derivable. It is a really simple concept. For a dev trying to find out what happens during a specific business interaction, it should be easy to derive which module to look at and how to interpret its code. Lets…