Subscribe to Blog via Email
Quote of the Day
Reality must take precedence over public relations, for nature can not be fooled
~Richard FeynmanTags
- algorithms
- alignment
- brainf---
- C++
- Canada
- CentOS
- Chausette
- code
- compiler
- copyright
- Debian
- debugging
- design patterns
- embedded
- engineering
- functional programming
- git
- history
- ICS security
- in the news
- lock-free
- locking
- Microsoft
- optimization
- politics
- programming
- programming language design
- real-time
- refactoring
- requirements
- requirements analysis
- robustness analysis
- security
- SOCKS
- software
- specifications
- synchronization
- technology
- use-cases
- VHDL
- Vlinder Software
- Vlinder Software announcements
- wallpapers
- Windows
Categories
- Algorithms
- Anecdotes
- Business
- C & C++
- C++ for the self-taught
- Common Issues with Synchronization
- Computers and Society
- Continuous Integration
- DNP3
- Education
- Embedded software development
- GNU/Linux (OS)
- Hardware
- HOWTO
- In the news
- Industrial Automation
- Interesting stuff
- Opinions
- PHP
- Python
- Quality
- Radical Refactoring
- Reasons
- Science
- Scribbles
- Smart Grid
- Software
- Software Design
- Software Development
- Software Engineering
- Software Testing
- Technology
- This blog
- Uncategorized
- Use-Cases
- VHDL
- Vlinder Software
- Windows
Archives
- October 2017
- September 2017
- August 2017
- July 2017
- May 2017
- April 2017
- March 2017
- November 2016
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- February 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- September 2013
- July 2013
- June 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
Tag Archives: use-cases
Sometimes, use-cases just aren’t what you need
I’ve written about use-cases on this blog before (parts one, two and three of the sidebar on use-cases in my podcast come to mind) but I haven’t really talked about when to avoid them. When you get a new piece … Continue reading
Posted in Software Engineering, Use-Cases
Tagged requirements, requirements analysis, use-cases
Comments Off on Sometimes, use-cases just aren’t what you need
Use-Cases Part 3: What A Use-Case Really Is & Writing Use-Cases
Before we start using use-cases in the description of the functional requirements we want to meet in our project, we need to understand what a use-case really is and how to go about writing one. In this installment I will … Continue reading
Posted in C++ for the self-taught
Tagged use-cases
Comments Off on Use-Cases Part 3: What A Use-Case Really Is & Writing Use-Cases
Use-Cases Part 2: What Use-Cases Are For (The history, present and future of use-cases)
In the late 1980s and early 1990s, the “waterfall” software development model, which had been around (with that name) since the 1970s (see, for example, Boehm, B.W. Software engineering. IEEE 7~ans Comput. C-25, (1976), 1226-1241) was starting to be progressively … Continue reading
Use-Cases Part 1: Introduction & Ingredients
In the “C++ for the self-taught” series, we’re about to embark on a new project. In order to describe that project and in order to figure out what we want the result of that project will be, we will be … Continue reading
Posted in C++ for the self-taught, Software Design, Software Development, Use-Cases
Tagged use-cases
3 Comments