|
|
|
|
|
by user3939382
1015 days ago
|
|
The automatic things it really helps with IMHO is: debugging, code navigation, and inspections. You can always do code nav with string searches and debugging with print statements, it’s just a lot slower. The inspections keep your code style consistent but ultimately without them, if they caused a real bug you’d find it from your tests. |
|