4 Pitfalls to Avoid When Building Custom Software
If you enjoyed our previous blog about the three-legged stool of custom software development, you will now understand the balancing exercise required to build successful software and maximise your return on investment. We highlighted how custom software development can benefit businesses of all sizes – but only if it’s approached correctly. By its very definition, […]
3-Legged Stool of Custom Software Development That Will Maximise Your Return on Investment
We recently interviewed Lize Monametsi, CEO of Polymorph, and Heinrich Venter, CTO of Polymorph, who shared their view on custom software development. They offered actionable insights on how to make sure that you build great software that will maximise your return on investment (ROI). It was a very informative discussion, and we are excited to […]
Software development best practice: Writing clean code – Part 2
In the first part of this series I wrote code for a very simple use case that violates some of the best practices for writing clean code. In this second part, I’m going to rewrite the code using the Factory Pattern and we are going to look at why this code is much better. Keep […]
Software development best practice: Writing clean code – Part 1
In this two-part series, I will show why it is important to write code that is easy to read and understand easy to change easy to test These are some of the attributes of what is commonly known as Clean Code. I will do this by writing code for a simple use case and then […]