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: How do I get better at solving issues (while coding)?

1 pointsby hsxdover 7 years ago
I&#x27;ve been hobby coding for 4-5 years (I&#x27;m in my early 20s) because I find it fun. Despite being diagnosed with ADD, I recently decided to pursue a SWE degree and it&#x27;s been intense but fun. I had an exam today and failed it, largely due to inability to solve an issue. In hindsight it was a fairly easy issue, but I&#x27;m pretty disappointed in myself. I know the syntax and how it all goes together, it&#x27;s just the solving part that&#x27;s so damn hard for me.<p>How can I improve my problem solving skills?

2 comments

wu-ikkyuover 7 years ago
Working together with others (i.e. pair programming) can be very useful in helping you gain alternate perspectives on how to solve different problems.<p>Edit: I should add that I learned more in a 2 hour pair programming session as a junior dev with a senior dev than I did in a semester long programming class at university.
togusa2017over 7 years ago
I think it&#x27;s about finding a pattern in the problem you have solved before . With experience and spending time on a problem things will become more clear . But I would recommend spend time and try to understand the root cause and it would help in the next problem you have