-
Scrum in a nutshell
—
in AgileOne of the most popular agile frameworks is scrum. The holy trinity of scrum is the team, the events, and the artefacts. Amen. The team works on the artefacts while following the events. A sprint is planned by crafting a sprint backlog, that is worked on by the team during the sprint, and after the…
-
The unit in unit testing
—
in Unit testingSurely, everyone talks about the same unit in the context of unit testing, right? It may be that the world hasn’t completely agreed on it yet. There are likely two main religions about the unit. The first group, let’s name them as the ideologists, believe that the unit is always the absolutely smallest unit that…
-
What’s agile?
—
in AgileAgile is a synonym for nimble. Move along, nothing to see here. In the tech world agile is a term that raises feelings – both in good and in bad. Many of the tech guys have personal experiences and opinions related to the term. It could be, that even the author isn’t completely objective. It’s…
-
What’s unit testing?
—
in Unit testingUnit testing? You mean those automated fast tests, right? That is, hopefully, often the case. Unit testing is wired in our brain to mean automated tests and maybe you’re already thinking about your favorite unit test framework… But let’s zoom out a bit. Unit testing is testing pieces, the units, of software more or less…