Publisher | Neuf De Pixel |
---|---|
File size | 107.94kB |
Number of files | 210 |
Latest version | 1 |
Latest release date | 2024-03-04 01:20:18 |
First release date | 2024-03-04 01:20:18 |
Supported Unity versions | 2018.4.2 or higher |
🟥🟩🟦 Features 🟦🟩🟥
- Scripts sorting by their lines count
- Basic statistics display about your code
- Customization of script themes and state thresholds
- Customization of folders taken into account
- Automatic refresh after saved code edits
- Targeted script selection in Project window
🟥🟩🟦 Why using Turbo Clean Code? 🟦🟩🟥
Having long scripts in your code is generally the sign that your code does not respect enough the 'Single-Responsibility Principle', and can lead you to 'God object' antipattern.
The Single-Responsability Principle (SRP) is the first and probably the most important principle from famous SOLID principles that guides you to make robust clean code, and unfortunately generally it's the least respected principle.
🟥🟩🟦 What Turbo Clean Code can do? 🟦🟩🟥
With Turbo Clean Code, you can visualize in a window all your scripts sorted by its lines count in order to quickly identify too long scripts in your code that probably ignore SRP.