TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How does one becomes a pro at Software Engineering

7 点作者 mraza007大约 5 年前
What are some tips to master the art of Programming and become a better software developer whether you are fullstack dev,python dev or etc

8 条评论

jugjug大约 5 年前
I think a good starting point is to integrate the principles described in the Simple Made Easy[1] &amp; Hammock Driven Development[2]. These are overarching first principles that help in designing and writing code, but also in communication &amp; team work.<p>[1]: <a href="https:&#x2F;&#x2F;www.infoq.com&#x2F;presentations&#x2F;Simple-Made-Easy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.infoq.com&#x2F;presentations&#x2F;Simple-Made-Easy&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=f84n5oFoZBc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=f84n5oFoZBc</a>
greenyoda大约 5 年前
Some of the things that helped me:<p>- Write thousands of lines of code and learn from your (inevitable) mistakes.<p>- Read books and articles written by people who are smarter than you are.<p>- Work with people who you can learn from.
giantg2大约 5 年前
Honestly? Don&#x27;t.<p>Get a piece of paper from a university (degree). Then find a company that will pay you. They will waste your potential, your health, and your youth in exchange for mediocre pay - enough that you have a decent life, but never enough for you to be able to quit. You will be bored and eventually you will be fired when you get older, nut not old enough to retire.
hrvach大约 5 年前
Sitting 14 hours a day in front of the screen and not giving up, even when you seem not to be making any progress. Stick to it and don&#x27;t cave in - the results will follow.<p>Always share knowledge with those who know less and learn as much as you can from those who know more. Help others, ask questions, practice and try to have fun while doing it!<p>Good luck :)
arjayosma大约 5 年前
I would suggest you do the following: 1. Practice. Keep doing software development activities (code websites, clone apps) 2. Understand the basics. You should know the basics and fundamentals by heart. I suggest you read on about Data Structures and Algorithms. 3. Always write down what you learn.
Jugurtha大约 5 年前
Becoming pro at software engineering and mastering the art of programming are two, mostly independent, things. One is achieved by getting paid, the other by dedicating your life, and neither implies the other.<p>&quot;Ars longa, vita brevis.&quot;
sloaken大约 5 年前
Write it down:<p>When debugging<p>When planning<p>When getting assignments<p>When attending meetings<p>When things are due<p>Engineers are notorious for recording artifacts of everything. I noticed when I started to do that, my skills and performance increased significantly.
cmdshiftf4大约 5 年前
Be open to being wrong.