Published at January 21, 2019 · 1 min read
I hope everybody is familiar with [“Keep It Simple, Stupid” (KISS) principle] (https://en.wikipedia.org/wiki/KISS_principle). If not, it’s a good time to read about it. It a software engineering, it means that you need to keep your software as simple as possible. Your software architecture should do things that are required at this moment. Please, do not do premature optimization just because you think it’s a good idea. You don’t need tons of patterns implemented and dozens of layers in your software on early stages....