Search
You searched for code coverage 1 pages found
- A couple of words about TDD ... concept with agile concept. Anyway we are not going to go deep into this kind of statements in the article. Test First is one of TDD synonyms. We can assume that TDD = TF. Test Last is, unfortunately, one more blurry term. TL (also referred as ITL) is a design-code-test standard process. So in TL we may assume we create unit-tests after coding. So TL != TDD by definition. We are going to review the following topics: TDD and code quality TDD and development speed TL vs TF TDD and code quality ...
- Section: Blog
WHAT'S NEW
- A couple of words about TDD
- Unit-test coding supposes to be one of the most significant methodological achievements of the industry, let’s say, for about last 15 years. The Internet is full of enthusiastic exclamations [1, ...
- February 21, 2010
- CodeExample plugin for Trac
- The Trac plugin for code examples colouring. It supports three types of examples - a simple, a correct one and an incorrect. Further details see at
- February 13, 2010
- Metrics - LoC
- This is going to be a small set of articles devoted to metrics. The first one is about LoC - Line of Code. I think that the first reaction on ...
- May 11, 2009
- Metric - Cyclomatic Complexity
- There is a simple and logic explanation: the more “if”, “while”, “for”, and etc. in code the higher the complexity of the code improvement, management, understandability and refactoring. Cyclomatic (here ...
- May 11, 2009
- SESE vs SEME
- SESE/SEME are terms of structural programming and were introduced at 80-s. Nothing new. However, experience shows that some programmers do not know about them till today. That’s why it makes ...
- April 08, 2009