How long before you stop googling basic syntax every ten minutes Career
Four months of self teaching and I still look up how to write a for loop over a dictionary, or the exact argument order for a slice. It feels like I am not learning, just getting faster at searching. Does this stop at some point, and if it does not, at what point does it stop being a problem?
@threat_modeler_j · last wk. · 3 replies
It never fully stops and that is not the useful thing to measure. Ten years in I still look up date formatting strings and argument order for the less common standard library calls, every single time.
What does change is the shape of the searches. At four months you search for syntax. Later you search for behaviour, things like what happens to this when the connection drops halfway. The day you notice your searches have stopped being how do I write X and become which of these two approaches breaks first, that is the progress marker.
Reply
Report
@lubed_linears · 7d ago
That reframing helps more than a study plan would have. My searches are still very much how do I write X.
Reply
Report
@eleven_tabs · 7d ago
Both kinds coexist forever anyway. I looked up the difference between two array methods this morning and I get paid for this.
Reply
Report