DEV Community

Cover image for L.I.F.T - the anti-advice that could save you
Sam
Sam

Posted on • Originally published at mizouzie.github.io

L.I.F.T - the anti-advice that could save you

It's not bad advice when I say Leave It For Tomorrow!

                    Leave 

                            It 

                                    For 

                                        Tomorrow 
Enter fullscreen mode Exit fullscreen mode

Seemingly controversial advice to give, but hear me out.

When coding, at least learning to code, you will not only find yourself facing brand new subject matter constantly, but often trying to implement that new thing at the same time. The code you write is always to solve a problem and there are always a multitude of ways to solve it. You'll have to choose which path you take according to other dependencies and the structure you're using. You'll need to think the desired process through and break it down into small enough steps before writing a single line. Sometimes you will require the help of an extra plugin or library and therefore you will need to understand how that works in itself so that you can use it effectively. Already we've faced more decisions than we can shake a stick at and we don't even have anything written to show for it.

So you start to write. Already slightly strained in the mental sense, you hit a snag. The code doesn't seem to work the way you predicted. Frustration sets in a bit faster than usual and you go on a tangent to try and solve this unpredictable obstacle. 15 minutes you didn't have pass and you're back on track. Another snag...

Rinse and repeat.

This is the nature of web development.

Collins dictionary defines development as:
Collins dictionary definition of development

Number 3 is my favourite. Making a basic design gradually better. And it is just that when you're starting out, gradual. This is why I say that it is not actually a bad thing to leave it for tomorrow. The process described above is mentally exhausting. The normal urge is to stick at it until the problem is resolved, but the problem is often rather more difficult to resolve than predicted. Do what you can, do not exhaust yourself, come back to it tomorrow.

There is a strange thing that happens when you exercise this approach. When you look upon the same project that stumped you the day before with fresh eyes, it somehow becomes much more simple and easy to overcome. Your subconscious has worked on it overnight and you are now a much more experience developer because of that and therefore much better equipped to resolve the present issue.

Over time, the necessity to do this will be reduced as you compound your experience but there will be new challenges to face as you expand your abilities and if you managed to get into good working habits and recognise when to say "enough" and take a step back, your personal development will soar.

So as un-philosophical as it may sound and as irresponsible as it may feel, leaving it for tomorrow can actually be the best thing for you. If you haven't already, I suggest you at least give it a try and see for yourself.

Top comments (3)

Collapse
 
ant_f_dev profile image
Anthony Fung

This is good advice.

A smaller-scale version of this is to take regular breaks. A popular structure is the Pomodoro technique which encourages working for ~20 mins, and taking a break for ~5.

Collapse
 
mizouzie profile image
Sam

I have heard pomodoro mentioned a number of times in the last few weeks but never heard any description of what it actually was, thank you! It sounds like something that may actually be worth checking out and not just "yet another productivity fad" like I may have assumed it was.

I'm glad you gave me reason to double back on my cynicism. Thanks!

Collapse
 
ant_f_dev profile image
Anthony Fung

Glad I could help. There are quite a few Pomodoro timers online. In addition, I think the Focus Mode built into Windows acts like one: I clicked on it the other day and it started a 20 minute timeout, after which it told me to take a break for 5. I turned it off at that point, so don't know if it would have continued in that pattern.