|
|
|
|
|
by alluro2
2156 days ago
|
|
I'm genuinely curious - would you be so kind to share what kind of coding do you do, and for how long have you been doing it, when you can code for 12 hours not needing to look up how to do something online (syntax, example for a best way to approach something etc)? I'm asking because this is one of my worst fears - how genuine of a senior, experienced developer am I, if I probably wouldn't be able to do 2 good hours of progress without the internet... |
|
I've been forced to work without the internet for large swaths of time. In the beginning its a pain, but once you get all the resources you need local, you can speed up past what you can do with the internet.
The key, for me, is to work without the internet, keeping a list of things you need and when you hit a hard snag, go online, grab all the things you need, repeat. This allows you to slowly accumuate almost everything you need local.
Now you have the ability to full-text index the entire shebang and when you get to the point of real-time responsive full-text search on all your manuals and all the source code (libraries included), you'll be kicking yourself for not getting to that point much sooner.
It was truly a game-changer for me. Googling for answers and filtering through the crap is a huge time sink.