Breathing techniques for better coding

Vynch

Newbie
Joined
Apr 29, 2017
Messages
20
Reaction score
4
The US Navy Seals teach a technique for calming yourself down called “Combat Tactical Breathing.”

The next time you feel frustrated or anxious after encountering a failing test or cryptic error message, try this. I guarantee it will work better than pounding your head on your desk.

  1. inhale for 4 seconds (as the circle expands)
  2. hold your lungs full of air for 4 seconds (as the circle stays fully expanded)
  3. then exhale for 4 seconds (as the circle shrinks)
  4. hold your lungs empty for 4 seconds (as the circle is contracted)
You can repeat this process as many times as you need until you feel calm. Then get back to coding!
 
yeah i tried it once, raged even more after that and forkbombed that dev server - that was a little more relieve
 
I tried and this is what i wrote after

For(i=0; i<9;i--){
// Do something pathetic
}


And the server crashed :'(
 
Back
Top