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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Switching Jobs

10 点作者 bttf将近 12 年前
I recently received a job offer for UI work with Javascript, which I absolutely love to do. They are offering me a boatload more than what I am currently paid (almost more than half). Right now, my current job involves a lot of C#, Powershell and Bash scripting which I don't exactly love. The conflict is, at my current job, we are heavily invested in TDD and Continuous Integration. We virtualize all our testing environments, and have a CI server running continuously giving us feedback. This is part of the job that I love; we are shipping almost every week (which is impressive for the type of product we produce). On the other hand, at the new job, no one uses TDD, no one's invested in Continuous Delivery, and they use Subversion for source control. They have a team of about 20 people, all who are 'Senior UI developers' yet no one uses TDD. But they are offering a lot of money, and most likely I'd end up as a junior position, so I doubt I could take the evangelical role. I am searching for advice.

9 条评论

RogerL将近 12 年前
My advice is that it is time to interview them. Why do they do what they do, what are their pain points, are they open to trying X to fix pain point Y, and so on. Interviewing is a two way street, and it may just be how you ended up wording your question, but I don&#x27;t get the sense that you really know the answers to any of those questions. None of us can really answer that part for you.<p>My other advice is that if you are early in your career, it doesn&#x27;t hurt to be exposed to different practices. Even if you ultimately decide that they <i>should have</i> used CI and such, you will see another approach which may perfectly apply to some job in the future. (Almost) No job is perfect - there will be a mix of interesting&#x2F;dull work, great&#x2F;bad practices, too many meetings or not enough communication, and so on. If it doesn&#x27;t see like you&#x27;d be miserable there, why not go on over, build your UI&#x2F;Javascript chops, and build it into your next job?
arink将近 12 年前
You don&#x27;t need to preach. Use the workflow that makes you the most productive, mention what you&#x27;re doing to others, and roll with what happens.<p>As a personal example, I&#x27;m not sure anybody had heard of or used Jenkins when I arrived. We now have an automated build, multiple levels of testing, static analysis, etc. I installed it and did some initial configuration, but others took on the majority of the work because they bought into it.<p>Couple other thoughts<p>- For CI, mention it to the team, have examples to back up where it helped, and offer to set it up. Shouldn&#x27;t take too long and it&#x27;ll pay back as soon as you catch some busted code (yours or theirs)<p>- While Subversion may not be as highly regarded as Git, it works just fine. So I wouldn&#x27;t consider that a negative, just a different tool.
FurrBall将近 12 年前
A 50% pay increase? Go for the money.<p>Don&#x27;t hold onto your preferred practices so strongly that you forfeit your own market value.
goofygrin将近 12 年前
Some people -- myself included -- think TDD is not a good way to develop software. And I use SVN and TFS... I&#x27;ve tried git and frankly I want to solve problems, not introduce more with my source control provider. I want something that &quot;just works&quot; and git just isn&#x27;t it (and repeated branching&#x2F;merging has NEVER worked well in the long run IMO).<p>CI... all for it, must have IMO.<p>Remember, just because you think how you do your job is the &quot;only way&quot; you&#x27;re not always right :) And I&#x27;d say a weekly release cycle sounds like a griiiiind.<p>(Edit, I run a team of 10-11 and have to work with developers from interns to senior with 10+ years of experience... so it&#x27;s not like I&#x27;m just cowboy coding all in a vacuum... and we&#x27;re reasonably successful at what we do :D)
caw将近 12 年前
I&#x27;d go for it if the team is good. With 20 senior people, that&#x27;s a lot of possible mentors and people to learn stuff from. The money is obviously good, and it&#x27;s the thing you want to be working on.<p>You can evangelize once you&#x27;re there. Or, you&#x27;ll find out that what they&#x27;re doing is actually best for the environment they have. I seem to remember SVN handles larger repos better.<p>Don&#x27;t work about being &quot;junior.&quot; I joined my employer as new college graduate, and still was able to influence some changes in my environment. However, I still use RCS for some scenarios because it works best in my environment.
mchannon将近 12 年前
You need to decide if you&#x27;re the sort who&#x27;d rather serve in heaven or rule in hell (the analogy works both for work environment and salary).<p>There&#x27;s also the third option- seek out a better position with even more pay.
wikwocket将近 12 年前
Look at it this way: what is more likely, that you could help the new company get started with TDD and CI, or that your current company would give you a 50% raise and let you work with technology that you love?<p>Consider all the dimensions, including the point mchannon made that you can always look for additional companies to work for if this new one doesn&#x27;t seem like the best fit, but if you think you will be happier at the new firm, consider switching.
abawany将近 12 年前
Don&#x27;t forget the &quot;if it&#x27;s too good to be true...&quot; aspect as well. Sometimes companies throw money at people to trap them in dysfunctional environments. If you got the feeling that the people at the new company will embrace good practices, then what arink says makes a lot of sense. However, if they instead actively shut you down for &quot;wasting time with non essential activities&quot;, then you will end up being pretty unhappy.
thifm将近 12 年前
You can be evangelical in all positions -- make sure you do a respectable work wherever you are and people will respect you and your opinions. If the job looks better, go for it!<p>This is time to use your intuition, not to be rational. If you stay rational you will never change jobs because your brain can invent and pretend that your current job is the best and the opposite is the worse.