Author Archives: Andrej Buday
Simple example of TDD
Simple showcase and proof of why TDD is essential for development and refactoring Continue reading
Story of one bad interview
A few months back, I interviewed at one German company in the early summer of 2022. Unfortunately, the tech interview went downhill straight from the beginning. As a post-mortem, I made a retrospective and considered what went wrong and what I could improve next time — the article summiting my experience. Continue reading
Removing class authorship – considered as code cruft and completely redundant
Class ownership declared on top of the class is meaningless. It shall be considered as code cruft, completely redundant and removed.