Software Engineering

A collection of 12 posts
Technical Debt In Practice

Technical Debt In Practice

I met Julien Delange a few months ago. He runs a company called codiga.io It is a support tool to help developers write better code. It is a web-based tool that acts kind of like VI analyzer and will analyze your code and flag problems and make suggestions. It
3 min read
Premature Reuse

Premature Reuse

Premature Optimization Premature Optimization is a phrase that is often heard in software engineering. It’s where you envision some potential performance bottleneck, so as you are writing the code, you go out of your way to create the most optimum code (ie written in a way that the compiler
6 min read