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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Code with what I know, or expand my horizons

2 点作者 JerusaEnt将近 13 年前
for the past 4 years, I have been coding in PHP, JQuery and MySql.<p>Recently, I got really bored of those being that I generally just made CRUD apps; nothing that really tickled my fancy. So I decided I was going to learn Ruby on Rails.<p>I am still learning RoR but I don't yet feel confident to build a whole app in it, but on the other hand I feel like I haven't built anything in awhile.<p>Should I drop RoR for a week or two and just build something in PHP. Or should I keep going with RoR even though I feel like I'm not really progressing all that much?

2 条评论

relaunched将近 13 年前
It truly depends on what you are looking to do. If you are tired of PHP and want to learn a new language, build it in RoR. If you are tired of CRUD apps and want to build something more complex, build it in PHP. If you just want to mentally stimulate yourself and learn new things, do both.<p>Figure out where you are and where you want to go. Then, take the shortest path between the two. Note: it might just be that you need to get lost, wandering through the woods for a while. If that's the case, go nutz and build something crazy in a language you've only heard of in passing in an HN thread.
asselinpaul将近 13 年前
If you can, I'd say a bit of both. Use what you know so has to make your development quick, efficient and not too time consuming but try to integrate one new idea/concept into each project.