Jan Wilmake's Blog

Chat with This Blog

The solution to the PO Fallacy - How to code more, and plan less

As a solo devpreneur I find myself over-analyzing and planning + thinking too much. Even when working in bigger teams, I end up creating so many to-do's that I get afraid of starting because it's so much. I end up planning without executing. It's kind of a procastrination, so this has to change.

I think the problem is the context-switch between creating GitHub issues and coding. Also, it's a bit of analysis paralysis. What if I would create my todo's inside the codebase, and stay more connected to the code itself?

There are many impacts when I do this, and leave GitHub altogether.

A good blog: https://simpleprogrammer.com/context-switching/

Migrating to this In the end, I think it's nicer to have something like GitHub too, especially if you work in a team where not everybody is a developer (a common occurence, unfortunately). Even when you're alone, it's easier to have a glance and/or put something on GitHub than in your Codebase. For planning and oversight, GitHub's great. But for time-to-context and workflow, it's bad.

You can also maybe do it a bit less extremely: When you start your day, just think of things you want to do that day, and copy all the issues you can finish in one day into your codebase, in the right files. Then just close GitHub for the day, and give it a go. Start flowing.

This way, you'd end up having to access GitHub just once for a few minutes per day, and this will already give you huge benefits of not having to context-switch (and worse, not having the chance of being distracted) all the time.

Abandoning Chrome For now, I'll try it like this. I make sure that I don't have to access GitHub, the whole day. This means I go to Chrome very rarely: only when I need to read some documentation, or look up a new component.

I also installed a plugin that lets me have a maximum of 3 tabs. Since one is reserved for running the packager, and another for music, this leaves just one to search for documentation and libraries.

However, I could also:

This way, I think I'd just need FireFox about 4 times a day or so, for a max of an hour. Given that my current time in Chrome is ±4h/day and that this is majorly unproductive, this would give my actual productive time a huge boost!

Let's do it.

Downloading documentation into PDF's I tried Acrobat Pro. This tool allows you to do this:

  1. Get Adobe Acrobat Pro and open it up
  2. File -> Create PDF -> From website
  3. Type website, and select to crawl it all

However, it didn't work! Also, devdocs.io doesn't allow me to download Expo's documentation. It's possible to run React Native documentation locally, and for Expo's documentation it's probably also possible. This may provide me a better way to turn them all into a searchable pdf. If anyone tries, let me know!

5/1/2019
programmingproductivityshipping