Make Your Applications FASTER
Application performance is important. What's the easiest way to make your application faster? Start by making it slower.
Make yourself look better tomorrow by taking action today.
Make Code Slow
- Add in a function somewhere - anywhere - in your code to increase execution time.
Point Out Slow Code
- This is entirely optional. Wait until the right moment to bring up how slow the code is. With luck, you won't even have to.
Make Code Faster
- Graciously volunteer to spend the next 6 months sorting out why the code is so slow. Reduce the time in the sleep function call or remove it all together.
Profit
- Bask in the praise showered onto you from your teammates and superiors. Repeat.
Easy to Implement
Takes seconds to implement and shaves rungs off of your career ladder.
JavaScript
Python
Fortran
HolyC
Easy to Remove
All of the glory, none of the guilt.
JavaScript
The most important tool in your arsenal.
Before building and pushing to version control, add a few of these to your code. Unsure where to add them? We've developed a handy generator that will randomly select places in your code to obscure them.
FAQ
What's the catch? There is no catch. Look anywhere - Reddit, Google, StackOverflow, literally anywhere, and you'll find success stories referencing this practice in action. Here are some of the questions we receive most frequently.
What if I get caught?
You won't. Nine times out of then, the only comment you will receive is `LGTM 👍🚢`.
I'm not sure this is for me. I believe in strict code review and this is clearly nonsense.
Depending on how much you love your job or the organization you work for, this is still a practice even advanced users can adopt.
What if I want to brag about this on social media? Do you have a template?
Just remembered that one time at my <insert job number> job that I left a sleep function in my code. I <lowered/removed/enhanced> it every time I <got yelled at/got pushback/was in an incident/needed praise>. 🥰