Jakub Pawłowicz

  1. Feedback loops - 2017-11-05

    When people get into software development, sooner or later they figure out the concept of feedback loops. We start with writing some code, then follow with testing it - if it doesn’t work we go back to fix it, when it does we move on to write some more code. Then it goes like this until a piece of software is done. Luckily a single loop can be as short as few minutes, so we can iterate quickly and feel rewarded for what we do....