Monday, July 25, 2011

How can i indicate the quality of my clean code to other developers?

How can i indicate the quality of my clean code to other developers ?
(Clean Code Quality Seal : Red)
Table of contents
How can i indicate the quality of my clean code to other developers ?
How can i indicate the grade of cleanness in my code?
How do i establish the quality seals ?
When do i know if i should clean the code ?
When do i not have to seal the class?
How can i make the seals reusable to the whole company?
Source code convention tools
Literature, good books and references
How can i subscribe/feed this blog ?
How can i rate this blog ?
Where do i find more clean code knowledge and gadgets?

How can i indicate the quality of my clean code to other developers ?

Hi there! !n this blog i wanna give you some ideas, how we can exploit the synergy in the company to our favor. (clean code developers) If you are familiar with Clean Code Development (CCD) and with the degrees it exits (black, red, orange, yellow, green, blue, white) you probably know how hard it is, to measure or indicate the grade of cleanness in the code. Here are some ideas that leave you and your code significantly stand out from the crowd.
If you are not familiar with the clean code development's degree system take a look at this first: Link

How can i indicate the grade of cleanness in my code?

Well the main problem is how to indicate the grade of cleanness of a class or peace of code, so that anyone knows, how clean or how "dirty" is a class or peace of code. For this purpose i've established quality seals. Usually you'll have a lot of developers in different stages of the clean code degree's system doing their work in the company. (because of the rotation principle of the clean code system)  It is also usual that developers review their code or the code from others to ensure quality and uniformity of checkstyle, etc. Which automatically means that developers with different skills and clean code stages will pass thru the code doing inspections, corrections and so on.

How do i establish the quality seals ?

Well, now instead of put an eclipse auto-generated copyright comment on the top of each class, that no one reads anyway (for this type of copyright comments you have other channels today) you could place a clean code quality seal. Here are the seal's pattern a make to copy / paste in your code. you post a seal from your actual degree and only if you realy did follow the principles and practises from your degree's color.
/**
*<pre>
*  +---------------------------------------------------+
*  + CLEAN CODE SEAL: RED - 25.07.2011 - R. Ferrira    +
*  +---------------------------------------------------+ 
*</pre>
*/ 
/** 
*<pre>
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: ORANGE - 25.07.2011 - R. Ferreira +
*  +----------------------------------------------------+ 
*</pre>
*/ 
/** 
*<pre>
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: YELLOW - 25.07.2011 - R. Ferreira +
*  +----------------------------------------------------+ 
*</pre>
*/ 
/** 
*<pre>
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: GREEN - 25.07.2011 - R. Ferreira  +
*  +----------------------------------------------------+ 
*</pre>
*/  
/** 
*<pre>
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: BLUE - 25.07.2011 - R. Ferreira   +
*  +----------------------------------------------------+ 
*</pre>
*/

When do i know if i should clean the code ?

Well that's very simple. If you pass thru the code (review, testing or refactoring) and you are corrently in a other stage as the current posted quality seal, you shall apply the principles and rules of your current degree and seal if after that. A second seal would look like this:
/**
*<pre>
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: RED - 25.07.2011 - R. Ferreira    + 
*  +----------------------------------------------------+
*  + CLEAN CODE SEAL: GREEN - 25.07.2011 - H. MΓΌller    +
*  +----------------------------------------------------+ 
*</pre>
*/

When do i not have to seal the class?

If you are currently in a degree that was already posted or if the class has all five seals already posted in it. With this simple "game" you'll learn a lot, become a very good professional and your company's code will be improved a lot. New developers (juniors) will be motivated and feel confortable in your company learning from the best developers.

How can i make the seals reusable to the whole company?

Well, that’s very simple. Just write annotations for it like this :
@CleanCodeSealRed
@CleanCodeSealOrange
@CleanCodeSealYellow
@CleanCodeSealGreen
@CleanCodeSealBlue

πŸ˜±πŸ‘‡ PROMOTIONAL DISCOUNT: BOOKS AND IPODS PRO πŸ˜±πŸ‘‡

Be sure to read, it will change your life!
Show your work by Austin Kleonhttps://amzn.to/34NVmwx

This book is a must read - it will put you in another level! (Expert)
Agile Software Development, Principles, Patterns, and Practiceshttps://amzn.to/30WQSm2

Write cleaner code and stand out!
Clean Code - A Handbook of Agile Software Craftsmanship: https://amzn.to/33RvaSv

This book is very practical, straightforward and to the point! Worth every penny!
Kotlin for Android App Development (Developer's Library): https://amzn.to/33VZ6gp

Needless to say, these are top right?
Apple AirPods Pro: https://amzn.to/2GOICxy

πŸ˜±πŸ‘† PROMOTIONAL DISCOUNT: BOOKS AND IPODS PRO πŸ˜±πŸ‘†