Ask HN: What boosted your confidence as a new programmer?
241–245 of 245 posts
Re: Ask HN: What boosted your confidence as a new programmer?
#242Earlier quoted context omitted.
It helps if you can get your IDE's indexer configured, so that you find refererences to functions and variables reliably. More importantly is to use an IDE with a good fast global search function and get comfortable with it. At least for me, 99% of navigating a large codebase is global search.
Is there a way to get vscode to this level.
Re: Ask HN: What boosted your confidence as a new programmer?
#243Earlier quoted context omitted.
You'd be surprised how common it is.
I've worked in many industries, and none of them put up with the poor state of tools and treat it as a given like the software industry does.
Very different situation
I've also found that the software industry obsesses over tools more than any other industry
Re: Ask HN: What boosted your confidence as a new programmer?
#244Learning the syntax of my language really well.
Eh, I've worked in PHP for more than a decade professionally and I still need to double check the argument order for array_walk. The syntax of how we express ideas abstractly is probably a better thing to focus on than any specific details tied to the language.
Re: Ask HN: What boosted your confidence as a new programmer?
#245Earlier quoted context omitted.
Eh, I've worked in PHP for more than a decade professionally and I still need to double check the argument order for array_walk. The syntax of how we express ideas abstractly is probably a better thing to focus on than any specific details tied to the language.
Standard library != syntax