Home >
Knowledge
Knowledge
All knowledge
|
Coding standards
|
Quality Gating
|
TiCS framework
|
|
Why Measuring Code Complexity Matters
19 September 2023
In this second installment of our blog series on code complexity, we dive deeper into why measuring code complexity is so important.
Read more
|
Demystifying code complexity
6 September 2023
In this series, we will be diving into the world of Code Complexity, and the differents way it can be measured.
Read more
|
The Importance of Benchmarking Code Quality
24 July 2023
Benchmarking code quality is important. It helps you understand how your code base compares to others in terms of quality. So, how do you do it?
Read more
|
Introduction to Quality Gating
24 July 2023
An Introduction to quality gating as pragmatic solution to avoid bug from slipping through towards your end-user.
Read more
|
Coding standards and severity levels
23 July 2023
About 90% of all software engineering activities nowadays concern maintenance. In this article, we discuss how coding standards will make your code more understandable, faster, uniform and more reliable using severity levels for coding standards. Maintenance might even become fun!
Read more
|
Software Code Quality with TiCS: The TiCS Dashboard
20 July 2023
In this video, TIOBE Software CEO Paul Jansen demonstrates the basic functionalities of the TiCS Dashboard, part of TIOBE's Software Quality Framework, TiCS.
Read more
|
Software Code Quality with TiCS: Violations
20 July 2023
In this video, TIOBE Software CEO Paul Jansen demonstrates how to find all kinds of code quality violations using TIOBE's Software Quality Framework, TiCS.
Read more
|
Software Code Quality with TiCS: Generating ToDo Lists
20 July 2023
In this video, TIOBE Software CEO Paul Jansen demonstrates how to generate ToDo lists based on violations in your system using TiCS.
Read more
|
Software Code Quality with TiCS: The Metric Picker
20 July 2023
In this video, TIOBE Software CEO Paul Jansen demonstrates how to use the metric picker in the TiCS Dashboard.
Read more
|
Software Code Quality with TiCS: Complex Functions
20 July 2023
In this video, TIOBE Software CEO Paul Jansen demonstrates how to find the most complex function in your system using TIOBE's Software Quality Framework, TiCS.
Read more
|
|
Are you interested in how our TiCS framework can help your organization improve its software quality? Feel free to contact us using the contact form on the right to request a free demo.
TiCS supports a vast amount of languages, code checkers and tools that we can integrate into our framework. You can find them on this page: list of supported tools.
|
|
When should I invest in an automated quality framework like TiCS?
|
+
|
When should I invest in an automated quality framework like TiCS?
|
|
The sooner the better, for many reasons. The most important reasons are:
Your code base is growing, and with that your technical debt. The longer you wait, the more code that needs to be rewritten.
TiCS does not only point out the issues with code quality, it also educates the developers in writing better code. It takes time and effort to improve the development skills of your developers.
|
How do you ensure rules and checks are balanced?
|
+
|
How do you ensure rules and checks are balanced?
|
|
Sometimes coding standard rules are not straightforward. For example the line length limit is set to 100. You might want to allow 105 in particular case. Simply because it’s not about the line length but really about readability of code. How can one ensure these rules and checks are “humane”?
The maximum length of a line is just one rule to increase readability, and not the most important one as well. At PRECILOG we have 2 means to have a workable solution:
Setting severity levels to rules to ensure the focus is on the most important rules.
Allowing suppressions for specific rules at specific locations in the code to ensure you can deviate if there is a good reason for it. Good to mention is that you also receive a clear overview of all suppressions in the code.
|
How does TiCS contribute to agile development methodologies?
|
+
|
How does TiCS contribute to agile development methodologies?
|
|
Agile methodologies like Test Driven Development (TDD) and Pair Programming (PP) can contribute to a faster development process and more importantly more reliable code. TIOBE contributes to this process in several ways. Just to mention a few:
TiCS measures code coverage on a continuous basis. Doing so, TIOBE supports in monitoring to which extent TDD is applied effectively throughout the project.
TiCS can be run from an IDE, before checking in the code. TiCS allows filtering on critical violations to the coding standard, making the pair programming more effective, focusing on the positive business impact that the code should make.
|
How does the feedback of a code quality tool like TiCS help in improving the code?
|
+
|
How does the feedback of a code quality tool like TiCS help in improving the code?
|
|
Feedback is key to improvement. Therefore TIOBE is putting all efforts in providing the feedback as soon as possible, and in the right format, from bit to board.
At development-level, feedback is provided via direct checking of the code, before it is checked in, but also with quality gates stopping defects slipping through. Marking what is wrong, why it’s wrong and how to do it better.
At management level, our TiCS dashboard highlights which projects are improving, where the major risks are in your software products and which systems are at acceptable quality levels.
This way, TIOBE helps in not only fixing violations, but ensuring that the code is improving.
|
|
Latest news

28 June 2023
IMF assesses code quality
The International Monetary Fund has assessed the quality of its software code using TIOBE's assessment services.

30 May 2023
TiCS 2023.3 released!
TIOBE releases TiCS 2023.3, introducing better ways to detect newly introduced and solved violations.

25 May 2023
Julia support for TiCS
The Julia language is quickly becoming more popular. Our software quality framework TiCS now also supports the Julia language.
|