How to kill software
quality
in five steps
@walmyrlimaesilv
The origin of this talk
About me
Let’s get started.
Step 1 - Don’t care about design patterns and clean code
Instead, write as much spaghetti code as possible
Also, refuse linting tools. They will block your creativity.
Step 2 - Do not test your application
But if you want to test, don’t do it in an automated way. This
is a waste of time.
Test manually instead, and just what you changed/added
Step 3 - Avoid refactoring
Instead, leave the campground dirtier than you found it
Step 4 - Don’t use continuous integration (CI)
Instead, make the feedback loop as difficult as possible
This way, no one can blame you when you break something
Step 5 - Never listen to user’s feedback
In the end, they never know what they want anyway
Recapping
1. Do not care about design patterns and clean code
2. Do not test your code
3. Avoid refactoring
4. Don’t use CI
5. Never listen to the users
If you follow these five steps I guarantee that
you will be able to sabotage and kill the
quality of your software project.
The End.

How to kill software quality in five steps