Naming Conventions in modern Software Development

stawp

Is about establishing and following a particular way of naming objects and/or processes across an organization and/or on software projects. From file/folder names to tables, variables, classes and so on. Amongst many of the benefits, this ensures consistency across an organization and makes code so much more readable and “familiar”, if that makes sense. Road … Read more

A honest example of technical debt

Is this article. You were supposed to write a consistent, well documented article on <random topic> or complete that project piece of code, write the best crafted unit tests, have the finest wiki documentation… But life happens: COVID-19 hits you, anniversary in the family, a (new) personal project or just plain sloth. You end up … Read more