TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Something you wish you knew before you started coding?

2 pointsby shreythecrayalmost 3 years ago
If you could go back in time to when you first started coding and give yourself any advice that would help you develop better or faster, what would it be?

8 comments

LouisSayersalmost 3 years ago
Funnel some of your money into hiring a therapist or coach or both.<p>Choose a niche tech stack and learn everything there is to know about that. Don&#x27;t worry when others are interested in new languages etc, only pick up new tech when it&#x27;s becoming mainstream and related to your tech stack.<p>Become the best in your own world and aim to become a contractor.<p>Funnel your funds and create diverse investments in other&#x27;s startups rather than do your own. Spend your time learning about investing instead of working on ideas on the side.<p>Learn to separate yourself from work, and don&#x27;t invest any more energy than what you&#x27;re contractually obliged to do. Learn to say no, don&#x27;t install slack on your phone, don&#x27;t over exert yourself - make it your goal to stay calm and not have issues pump your adrenaline or stress levels. Strive to be Monklike.<p>Learn to love what you do outside of work. Find joy in weekends and stepping away from the machine.<p>Oh - one other thing I&#x27;d do is hire other developers in areas I&#x27;m weak in to help tutor me and improve my skills.
kbranniganalmost 3 years ago
As beginner try the old frameworks. They always have amazing documentation with a lot of wisdom.<p>most corner cases has been explored and discussed.<p>Even the source code is well documented
IceMetalPunkalmost 3 years ago
&quot;Stick to game development. You might be bad at art, but don&#x27;t let that stop you, because man, when you decide to work in financial tech instead, it&#x27;ll slowly but surely raise your anxiety levels until you implode and break down. There is no creativity in making function-first apps constrained upon client specs; avoid it while you can afford to.&quot;
mdcdsalmost 3 years ago
1. take care of your neck<p>2. write more smaller functions that do one thing instead of shoving all logic into a single massive method<p>I learned how to program in highschool, and we weren&#x27;t taught at all how to organize code in a readable and maintainable way. &quot;more smaller functions&quot; would have been a helpful advice.
epcalmost 3 years ago
Write tests as you write code. Test as you finish code chunks. Don’t wait until the “end” to scramble and test what you’ve developed.
oumua_don17almost 3 years ago
Go for a walk when stuck&#x2F;blocked.
评论 #32087605 未加载
tmalyalmost 3 years ago
Learn to communicate with people and figure out what they really want.<p>It can save you many hours of headaches.
mannewalisalmost 3 years ago
Take care of your back.