Do you remember that post where I mentioned UML very briefly? Okay, actually it was on the 18th. Anyway, in that post I mentioned how due to its use of the UML, Unified Modelling Language, UP is easier to understand for everyone who already understands UML. So now the time has come to actually understand …
Category Archives: Uncategorized
Useful in case you want to use cases
“Everything is an object here” – Ken Bauer on Smalltalk Use cases in object-oriented design focus on the real goal, not the mechanism to achieve it. That sounds straight-forward, because it is. You don’t focus on concrete actions, what a lot of people tend to do. You only focus on user intentions and system responsibilities. …
Power to the process!
The Unified Software Process (UP) is a framework for the process of executing software projects. It is unified, meaning it is based on the Unified Modelling Language (UML), a modelling language designed to be broadly applicable. So UP is broadly applicable too, right? How broadly? Across different types of software systems, management systems and project …
Permanent life cycles
“You don’t have to know what is in the code to write the test. The test is the collection of specifications” – Ken Bauer, 2019 Here’s my first post. It will be the start of the journey called Analysis and Modelling of Software Systems, hopefully enabling you and me to plan writing code in the …