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: I got duped into working on legacy code, should I leave?

62 pointsby throwawaysbdiabout 8 years ago
I recently moved cross country to work on what was supposed to be a fairly nice, new stack. I love my new city but the job is killing me.<p>Its legacy code dating back more than 20 years. I&#x27;m afraid that my skills will rot if I stay too long. The code quality is also horrible and its making me hate coding.<p>The company talks about how we&#x27;re just around the corner transitioning to newer stuff. After talking to some veterans, apparently it&#x27;s been &quot;right around the corner&quot; for years.<p>I was hired for my React and Typescript skills&#x2F;interest and it&#x27;s been months with no signs of being able to use them. I&#x27;m not good with their current stack but I have no interest in learning it because its so obsolete. I&#x27;m beginning to think that they mislead new employees because otherwise they would ask for a lot more money or walk away.<p>I&#x27;m torn about my best course of action. I&#x27;m not good at my job because I don&#x27;t know their tech. I&#x27;m not good with their tech because I hate it and I&#x27;m bitter that I was lied to. I can&#x27;t mentally force myself to learn this ancient shit. On the other hand, they&#x27;re paying me, so I owe them something right?<p>The best solution for me is definitely to just get a job somewhere else, but I&#x27;ve only been at my current job for a few months. Should I just stick it out and hope I don&#x27;t get fired for underperforming?

53 comments

sterexabout 8 years ago
I worked on legacy code in my initial years. And when I say legacy, it was truly legacy. COBOL&#x2F;JCL&#x2F;REXX on a mainframe.<p>I now develop web apps using NodeJS and occasionally build UI using Angular and get to evaluate some of the &quot;shiny-est&quot;, &quot;cutting-edge&quot; code&#x2F;frameworks.<p>Do I think I wasted my initial years? NO. I worked on side projects which eventually helped me move to the tech I&#x27;ve always wanted to work on.<p>Did I do a shitty job on the legacy code? NO. On the contrary, I won many accolades for automating several processes and improving the performance.<p>Did I learn anything from working on legacy code? YES. A lot. I believe the experience of working on legacy code made me a much better developer.<p>Why do I think so? Working on legacy code means you READ more code than you WRITE. I am of the opinion that there are 2 things that are very difficult in software :<p>1. Reading code written by others. 2. Writing code that can be easily read by others.<p>Coding is one-time read, many-time read activity.<p>So, my advise - work on the code, stay in touch with what you like, but move if it&#x27;s really bad. (No point in doing what you don&#x27;t enjoy doing).<p>Just remember, the code that you write today will become legacy code one day. :)<p>P.S.: Also, beware of taking advice from a comment from a stranger on the Internet. :)
评论 #13933567 未加载
评论 #13928278 未加载
ekarulfabout 8 years ago
I find it impossible to replace a legacy system without first understanding the legacy system. It&#x27;s easy to say &quot;X is old&quot; or &quot;X sucks at Y&quot; but keep in mind that applications have a strong survivor bias. Ask yourself, &quot;what does X do that is awesome&quot; or &quot;how has X lived this long&quot; and you&#x27;ll find a lot of hidden scars and requirements.<p>Start documenting those requirements and create a plan to map those to technologies that you prefer. Understanding how to successfully migrate platforms is a learned skill, and it&#x27;s going to become useful again when React is no longer en vogue.
评论 #13912060 未加载
CyberFonicabout 8 years ago
Couple of questions to focus your decision making:<p>Did they pay for your relocation expenses? If so, is there a clause in your employment contract to pay it back if you leave within a given period of time?<p>Do you want to stay in your new city?<p>If you are unhappy enough to leave, then why not bail up the manager who hired you, tell them point-blank that they lied to you and you know that the &quot;round the corner&quot; talk is just window dressing. Demand more money for your pain, etc. You should only do this if you are willing to get fired on the spot. But it is what I would do.<p>Immediately start looking for a new job. I would not put this one on my CV. Just mark the time as time-off to do a bit of travelling and relocating to your great new city and now that you have settled in, you are looking for work.<p>Don&#x27;t worry about it being shitty legacy stuff. I have even worked on mainframe Cobol for a while and although I hated it, I ended up learning about a new industry and then getting a job with one of their competitors. Every silver lining has a cloud.
评论 #13914860 未加载
评论 #13911895 未加载
dkarapetyanabout 8 years ago
All code is legacy code. Use it as a proving ground for learning how to deal with legacy code. Otherwise you will always be bitter and upset no matter where you go. The only way to work on greenfield projects is to start something from scratch on your own.
评论 #13914064 未加载
评论 #13911969 未加载
WalterBrightabout 8 years ago
I actually enjoy working on legacy code and improving it. I&#x27;m not suggesting you should enjoy it, it&#x27;s just there&#x27;s all kinds of engineers. The company should be hiring someone who does enjoy that sort of thing, and I suggest you look for another job that is closer to things you enjoy doing.
jsnellabout 8 years ago
I&#x27;ve been in a similar situation once [0], though it was really my own fault rather than being duped. Quitting fairly soon (after 7 months, IIRC) was definitely the right thing to do. I did it without arranging for a new job first, which was probably not the smart thing to do.<p>[0] <a href="https:&#x2F;&#x2F;www.snellman.net&#x2F;blog&#x2F;archive&#x2F;2015-09-01-the-most-obsolete-infrastructure-money-could-buy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.snellman.net&#x2F;blog&#x2F;archive&#x2F;2015-09-01-the-most-ob...</a>
chrismcbabout 8 years ago
My first thought when I read the title was &quot;no, don&#x27;t leave. Working on legacy code will teach you the number one thing about programming, that no one else will teach you... Writing good code is about writing maintainable code.&quot; It is hard to fix hacky code, but do your best to not write hacky code. Another lesson to learn... To ahead and learn more about the attack they are using. Yes, you may never use that attack again, but it will actually make it easier to learn a new stack later on. 20 years is really not all that ancient either. JavaScript is over 20 years old... It might help you to learn some of the older technologies. Now, that being said, I don&#x27;t know the extent you were promised to work on new things, and how much you were lied to and how bad the culture is.<p>I suggest you start looking for a new job, but in the meantime work hard on your current job. Take pride in your work. No matter where you go there will always be a legacy system you will have to work with. New or different technologies to learn.
buzzybeeabout 8 years ago
I think the basic truth to work off of here is: &quot;Shit got real.&quot;<p>Yes, you can step away, in the figurative and literal sense. In many possible worlds this may even be the best plan, if you have no real agency over the code. And you got lied to. It&#x27;d hardly be the first time someone has been convinced that the work would be cooler than it is.<p>But -- you also have to decide if this is an opportunity in disguise. Stories of folks who gradually build ownership over the creaky &quot;legacy&quot; codebase and polish it up with Sisyphean refactoring, until it shames the &quot;rewrite&quot;, are out there, and they&#x27;re real.<p>On the other hand, fixing the legacy code may be one of the hardest things you can do in software architecture. There&#x27;s no sense of joyous freedom to it, just correcting of old mistakes. But if you did that, and published documentation to evidence what you did and how, lots of folks would want you - and not necessarily for the task of fixing their own crusty code.<p>So there is an opportunity here, if you can find a way to sneak it through the management, which has surely decided on the balance sheet that the code is a &quot;deprecated asset&quot; and will not want to hear about new ideas. In fact, to maintain it you don&#x27;t want to present anything as a &quot;new&quot; - you have the much harder task of justifying every small change as an opportunity to improve the debuggability - to get the callstack down from 20 deep to 19 deep, to remove a superfluous parameter, to improve turnaround times, to reduce the code size by a few lines, or something similarly miniscule, but which might add up over time into real understanding.
评论 #13945342 未加载
bigiainabout 8 years ago
Put in an amount of effort that you consider professional at work (by which I mean, put in enough effort that you&#x27;re proud of yourself, even if you&#x27;re less productive than you&#x27;d consider ideal for someone specialising in what they need). Use React on side projects. Look for better opportunities, and be more picky and curious about the actual work you&#x27;ll be doing. You owe them no more loyalty or accommodation than they&#x27;ve shown you by misleadingly recruiting you.<p>Chalk it all up to career learning... Try not to get too personally invested or discouraged.
评论 #13911764 未加载
neofrommatrixabout 8 years ago
Quit... Have been through this. If it you cannot apply anything you learn in this company in your next jobs, it&#x27;s a waste of your time.
reneherseabout 8 years ago
Tough place to be in, and it sounds like you need to extract yourself as quickly as you can mindfully do so.<p>Get yourself into the right mindset for interviewing and demoing your side projects, line up some interviews, and go. When you&#x27;ve got an offer on the table, make the jump.<p>Alternatively, if you have several months of living expenses as a cushion in the bank, you could find some freelance clients and then quit.<p>Focus on the future, stay hopeful, and get out of there. If it&#x27;s only been a few months, consider not even listing this job on your resume.
unit91about 8 years ago
I&#x27;d go to your boss and respectfully say what you&#x27;ve said here regarding your interview and intentions. &quot;Sir&#x2F;ma&#x27;am I was hired to do job X and I find myself doing job Y. Is job X still a realistic goal here? If so, when do I start? [a date should be the response]. If not, I&#x27;ll start looking for job X. I don&#x27;t want to burn the company, so I&#x27;ll continue to work hard here until I find the job, and I&#x27;ll keep you posted on the progress.&quot;<p>Some folks might say &quot;no way dude, they&#x27;ll can you&quot; but I doubt it. I think most bosses would appreciate the honesty. And if they do you wrong, you still have your integrity and that&#x27;s better than one more paycheck.
jalayirabout 8 years ago
Walk away, please. It&#x27;s clear that you hate your job. Do it now before you regret it anymore.
评论 #13911917 未加载
skylarkabout 8 years ago
Leave.<p>The bottom line is that you&#x27;re unhappy with your job and there are plenty of shops where you can use the technologies you love.<p>You&#x27;re under no obligation to stay - your employer is not your family. You&#x27;re in a contractual relationship where you exchange your time for money.
sigi45about 8 years ago
Talk openly about the specific issue with your boss. Tell him&#x2F;her exactly how much time you give them (3 month is a okayisch thing) to improve on it or you will leave based on that issue.<p>Offer them a way of migrating to your stack like &#x27;hey we can migrate this peace and this peace to typescript&#x27; Its an easy start, low risk.<p>If they don&#x27;t care, or don&#x27;t change, leave.
评论 #13915853 未加载
Animatsabout 8 years ago
If all you&#x27;ve got are React and Typescript, you may be better off learning how to modernize old code. There&#x27;s a glut of Javascript-only programmers. What&#x27;s the old code written in?
评论 #13911927 未加载
masukomiabout 8 years ago
Unless they paid for your relocation you don&#x27;t owe them anything. MORALLY you definitely don&#x27;t owe them anything. They lied. You agreed to do one thing... this is something else. You&#x27;re only morally liable to do the work you agreed to.<p>At the very least you should talk to your manager &#x2F; hr about this situation. Hopefully there&#x27;s some other role that uses your skills that they can put you in. If not they need to know that this is BS and you&#x27;re looking for a new job (NEVER BLUFF ABOUT LEAVING. They may call you on it). If nothing else this will, hopefully prevent them from doing it to someone else. Hiring someone is expensive, and the time cost of spinning up a new person is expensive. It&#x27;s not in their best interests to lie to people. It costs them money.<p>On the other hand, legacy code isn&#x27;t necessarily a bad thing. The work of bringing it up to modern standards can be rewarding (if they&#x27;ll let you do it).
tropoabout 8 years ago
Oh you web people. That code has aged like a fine wine.<p>Consider the emacs developer. He works on legacy code dating back 41 years, to 1976.<p>Consider the BRL-CAD developer. He works on legacy code dating back 33 years, to 1983.<p>Consider the gcc developer. He works with legacy code dating back 29 years, to 1988.<p>Consider the SPICE developer. He works with legacy code dating back more than 44 years, to 1973 or earlier.<p>Consider the Windows developer. He works with legacy code dating back more than 32 years, to 1985 or earlier.<p>Do you happen to be younger than all of the above? These projects are all still actively used and developed. At least the first three are thought to still have full source control revision history. Any of them would look great on a resume. All of them are written in languages that were designed prior to 1980, making the youngest language 38 years old. At least one of them is largely in a language from 1958, which is 59 years ago.
jonny_stormabout 8 years ago
If you leave then they&#x27;re no longer paying you, so you owe them nothing, right? :)
评论 #13911885 未加载
BuckRogersabout 8 years ago
I&#x27;ll take your job. I actually want the experience to handle legacy code. I&#x27;m ok with unsexy stacks because I consider that part of the craft. A true professional won&#x27;t be able to avoid it, so embrace it.
chrisbennetabout 8 years ago
Life is <i>Extremely</i> Brief.<p>The time you spend toughing it out in a job you hate is time you could have spent doing a job you enjoy. Look for a new job and do your professional best for the company until you can move on. Absolutely do not tell your employer that you are looking to leave.<p>As a data point, I&#x27;ve never worked on code older than a year or two and most of the time it was code I wrote. Perhaps I&#x27;m some kind of lucky unicorn but I&#x27;ve been doing almost exclusively greenfield projects for 30+ years.
12throwawayabout 8 years ago
First, I&#x27;m truly sorry. Do you have a goal and is this a stepping stone?<p>Forget tech for a second. This is about principals, ethics, morals and values. A liar is after your reality. This is about following and seeking mentorship from those whom you respect and those who respect you. This is about having a spine, sticking up for yourself and saying no. I disagree with the comments telling you to stick to the shit you&#x27;ve been served and be complacent. Life is too short and there are thousands out there willing and eager to waste your life if you let them. Your principals are compromised and self-respect is at stake. DO NOT ACCEPT THIS.<p>Events like this foreshadow and reveal the true nature of the culture at your workplace; a lesson going forward that you should not ignore. I challenge you to challenge them. Professionally and transparently confront them; I was hired for X and am doing Y, when am I going to do X. Do not fear reprisals as they are blessings in disguise. You owe it to yourself. You are passionate and skilled in high-demand front-end skills and they are silently killing your passion, career and earning potential.<p>1. Know and control your finances 2. Push and demand what you were promised. 3. In parallel, proactively seek a new job&#x2F;opportunity.<p>Nothing is wrong with developing legacy applications. It&#x27;s challenging and can be just as lucrative. However, when I interview a candidate for a new delopment, a history of maintaining legacy apps is a bigger red flag than short time at a precious role(granted not a pattern). Maintaining code vs creating from scratch are two different beasts and mindsets.<p>Be strong and learn from this experience. Best of luck.
JSeymourATLabout 8 years ago
&gt; they&#x27;re paying me, so I owe them something right?<p>Lots of quit advice here-- that&#x27;s the easy path.<p>Actually improving the place is much, much harder. This could still prove a unique labratory to burnish your tech skills and people management abilities. Can you tough this out for a year? That&#x27;s a fair cycle to measure results.<p>Meanwhile, squirrel away your cash and start aggresively building your local professional network. That will ultimately give you options.
评论 #13915251 未加载
ruraljurorabout 8 years ago
I think you could interpret the situation as your employer being dishonest (it sounds like it, and that is troubling) or you could say they have will to do things with tech like React or TS, which could be an opportunity for you.<p>This could be stating the obvious, but legacy code does not necessarily correlate to age. A really bad situation is where your team is actively writing legacy code: written today, needs to be replaced tomorrow.<p>I have been involved with a greenfield project which replaced a legacy system which was actively being used. My team&#x27;s decision was to scrap the old and start from scratch. This resulted in a massive delay before we were able to start adding value for our users. While we spent over a year using (learning) newer tech to build a system from scratch, they were stuck using the old system. And of course the new release was buggy.<p>A much better approach would have been to incrementally introduce the new tech were possible until it replaces the entire system. I think the pattern is called strangler vine.<p>Working Effectively with Legacy Code by Michael Feathers is a classic. It might be helpful or get you more interested if you are not already familiar.
impossiblegameabout 8 years ago
Mastering legacy code is a core SW engineering skill. Learn how to do it if only because it makes new code you write less likely to end up in that state.
nikdaheratikabout 8 years ago
You&#x27;ve got a few problems:<p>1. You don&#x27;t like your job that much (because reasons).<p>2. It&#x27;s rubbing off on your attitude some, which may make it harder to find a new job you like.<p>3. You don&#x27;t have the independence to just do what you like, or to quit and find a job full time.<p>I wouldn&#x27;t suggest quitting immediately, because of 2 and 3, but you should probably keep looking locally for something that seems a better fit.<p>My suggestions would be to study the job market as hard as you do any programming problem. The &quot;plum jobs&quot; are generally specialized to a certain skill set and are hard to find without experience and contacts, so manage your expectations on that front. You aren&#x27;t going to necessarily find something you like better just because you want to. You have to look at what companies are hiring and try to advertise yourself to meet their needs, especially in a new city.<p>Leaving in the first 6 months because you aren&#x27;t a &quot;good fit&quot; isn&#x27;t a total black mark, as long as you don&#x27;t make a habit of it, but it always seems like it&#x27;s easier to find a new job if you&#x27;ve already got one.
crazy5sheepabout 8 years ago
You skill will not rot if the code base is old and bad, your attitude does. It&#x27;s just not your conform zone, it&#x27;s ok to avoid it, but you will learn a lot if you don&#x27;t. Spend some time to understand the business logic of the legacy code by doing code review, debugging...etc. and see if you can improve it by back porting the new technology, there&#x27;s always room for that.
Scalanchilisabout 8 years ago
I&#x27;m actually in a somewhat similar situation. In my case, the position is remote, so I haven&#x27;t moved anywhere, but I was lied to about how agile the company is. They do waterfall, but they call some of the phases of the traditional Software Development Lifecycle &quot;sprints.&quot;<p>We&#x27;re in the analysis and design phase now, and I&#x27;ve been producing documentation for about a week now. As lead engineer, I&#x27;m actually being expected to take wireframes a user experience expert has made, transform them into verbal requirements according to a rigid format in Confluence, and then JIRA tasks are created. I am expected to go into these JIRA tasks and link them to the Confluence document with the requirements.<p>This is now the second project, and on the first project, I felt I did very little of what traditionally constitutes software engineering and instead a grab-bag of tasks vaguely related to the creation and maintenance of software.<p>Confirmed that this is simply how they do business, I am on the job market again.
notburntabout 8 years ago
I was in this situation. Was told they were transitioning to a new stack, but that never happened.<p>I gave it(wasted) 1 year.<p>But, in retrospect, I waited too long. If anything, after 3 months, I should have said: &quot;My expertise is X. I want to work on it. I&#x27;d be happy to come back when you guys are actually doing X.&quot;<p>I recommend interviewing at other places asap. Life&#x27;s too short.
Jemaclusabout 8 years ago
I think you get a free &quot;this job didn&#x27;t work out&quot; card every couple of years. If you really hate it, then find a new job. As a hiring manager, I would accept your story as a valid reason for leaving. If your resume has several months-long stints, then I&#x27;d start seeing red flags and get concerned. However, if your work history was previously stable and now you make a quick hop, I personally would not pass too much judgment here.<p>My advice:<p>1) if you can, do whatever you can to start porting to a new system with React&#x2F;Typescript ASAP. Do it on the sly or something, maybe, but get it to the point where the higher ups are like &quot;Oh, this isn&#x27;t as big a deal as we thought it would be&quot;. Especially if you can do the transition in a piecemeal fashion. If you can single-handedly demonstrate the benefits of the new system and the ease of transition, then not only will you look good to the rest of the company, but that&#x27;s a huge win to put on your resume and a great story to tell when you interview at future jobs.<p>2) Deal with the legacy system. It&#x27;s also a huge plus to be able to go to an employer and say &quot;I&#x27;m a React&#x2F;Typescript expert, but I&#x27;ve also gone blind into a codebase and mastered it in X amount of time.&quot; Use your free time to write React&#x2F;Typescript projects, especially (again) if you can transform those into new products at the office.<p>3) If you can&#x27;t do #1 or #2 and you absolutely can&#x27;t stand this job anymore, find a new one. Don&#x27;t worry too much about the &quot;i&#x27;ve only been here for a few months&quot; thing. Sticking it out is almost never the right decision, in my experience.<p>4) IMO, happiness is paramount. Being miserable at work leads to being miserable when you&#x27;re not at work, and life&#x27;s too short to be miserable. Do whatever you can to make yourself happy, whether that means any of the options above or something else I haven&#x27;t thought of yet.
debacleabout 8 years ago
When leaving a job that you haven&#x27;t been at long, &quot;Not a good culture fit&quot; can work in both directions.
gherig4about 8 years ago
Look for a new job while pulling in your current paycheck. You were lied to from the start and you owe them nothing. Most of the new places will no have a problem with &quot;job hopping&quot; if you are honest and say you aren&#x27;t working on what you were hired for. Relevant xkcd <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1768&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1768&#x2F;</a>
评论 #13911924 未加载
pmabout 8 years ago
What&#x27;s the legacy codebase, if I may ask (unless it identifies the company too much)?
评论 #13911866 未加载
GolfJimBabout 8 years ago
I&#x27;m in almost the exact same position except possibly worse so as I&#x27;m about to be sponsored by the company to stay in Australia on a skilled work visa... So mind numbing and career stifling that I find myself her on HN wayyy more than I probably should be :&#x2F; I&#x27;ve mentioned my concerns with the PM and a tech-lead and get told things to the tune of &#x27;well your other colleagues didn&#x27;t have a problem...&#x27; Been here a month now. Currently trying to build up the courage to write something to the boss but I&#x27;m not sure if that&#x27;s a good idea.
评论 #13920050 未加载
mrjay42about 8 years ago
&quot;You got duped&quot;<p>If this is how you feel, that would be a deal breaker for me. But you mentioned in other comments that you can&#x27;t leave your job right now. So...:<p>A solution could be: Talk about it to your manager. Tell him&#x2F;her that this is not what you expected, and how he justifies that. Also tell him&#x2F;her that you&#x27;d like to change project as soon as possible. Try to get the discussion in a written form: email or something...So that you can always quote it later whenever needed :) Basically: be honest, be transparent<p>Another solution: Look for a new job, while you are working on this project.
I_am_neoabout 8 years ago
Sounds like someone likes &#x27;collecting&#x27; programmers from different languages and technologies and giving them jobs =] Learn it love it or leave it, you&#x27;re still making money right now so....
评论 #13912190 未加载
dionidiumabout 8 years ago
In my first job after college (circa 2007) I got roped into maintaining a ColdFusion website, enhancing a billing system written in C, and, later, working on a Java 1.4 app (which was starting to feel ancient, even then).<p>I learned something useful from each of those projects. And it&#x27;s certainly not the case that this work caused my other skills to <i>rot</i>.<p>If you really, really don&#x27;t like the work, then there&#x27;s no shame in admitting that and moving on. But you have nothing to actually <i>fear</i>.
partisanabout 8 years ago
I&#x27;ve faced this a few times. There were times when I knew that the situation would change and stayed, but I left when I was in your situation and knew that any form of change would be years in the making and my skills would atrophy in the process.<p>You might do well to learn something while you are there. I was working on a VB6 and mainframe terminal application in the mid 2000&#x27;s and still managed to extract some value.
twfarlandabout 8 years ago
If you were lied to, that is reason enough for leaving. If they lie about the role from the start, they will lie about other things.
评论 #13912168 未加载
Taylor_ODabout 8 years ago
They cant be mad if you tell them you are leaving because you were hired to work on xyz and you are actually doing abc. Unless they hired you saying that SOON you will be working on xyz. Then you put yourself in this situation.<p>Anyways most employers will understand your reason for leaving and it shouldn&#x27;t be too big of an issue to find a new gig.
wilsynetabout 8 years ago
Find a new job ASAP. If an employer lies to you, then you probably can&#x27;t trust them. Life and career are too short to continue navel gazing on this one.<p>In the meantime, go learn the new old stack and be productive. They&#x27;re paying you, so while they&#x27;re paying you, you do owe them your time.
BWStearnsabout 8 years ago
Can I ask what the legacy stack was? You can email me if you are afraid to narrow the scope of possible places. Similar thing happened to me once. I ended up toughing it out for a year, spent my evenings learning stuff I wanted to work on so it wasn&#x27;t a lost year, and then leaving.
评论 #13918732 未加载
mattbgatesabout 8 years ago
I remember when I got hired to work on old code for an autoshop program. I actually loved it... great job though it could be tedious, but the worst thing was the boss constantly micromanaging me. I couldn&#x27;t stand it. We&#x27;d have meetings about fixing things and new code to be implemented, than he would have me email him [an outline of] everything said in our meeting.<p>Then he would critique it to exactly what he wanted me to know about what I should have gotten out of the meeting. I&#x27;d say I spent about 3 or 4 hours a day coding and the other 4 was pretty much dedicated to putting up with his antics. Every time he would come bother me, I&#x27;d lose my focus and spend 10 or 20 minutes just trying to get into that mindset again.<p>You can read more about that experience here if you are interested: <a href="http:&#x2F;&#x2F;www.confessionsoftheprofessions.com&#x2F;the-opportunity&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.confessionsoftheprofessions.com&#x2F;the-opportunity&#x2F;</a><p>Long story short: I ended up applying to other jobs because with $40k of student loan debt and being paid $12&#x2F;hr, I just wasn&#x27;t ever going to move out of my mom&#x27;s house. When I told him I was going to be getting another job, he offered me double my salary to stay. I thought about it and knew that he was going to hold it against me for everything.<p>Towards the end of my time working there, he did give me a raise for what would last a week and allowed me to work nights, so I could work in silence, as a way to try and lure me to stay and give me the &quot;experience&quot; of making $24&#x2F;hr. Unfortunately, he also installed spy software on my computer, and questioned me about why I was on YouTube all night (I had a playlist in the background) instead of doing my job. After that, I pretty much told him it wasn&#x27;t going to work out because of his mistrust of me, and I cut my final 2 weeks short.<p>Anyways, I ended up getting another job and this one too -- I worked on a &quot;cold client base&quot; that was at least 2 years old -- basically, the company sold contracts in advance and never delivered, so I was hired to help them catch up. Managed to take their &quot;cold client base&quot; from about 140 accounts all the way down to about 32 accounts remaining. It involved some software and collecting data. We worked in Flash. Other companies were working in HTML5.<p>We had an in-house programmer working on an HTML5-based platform and it was amazing. Unfortunately, I got laid off before I got to learn the new program, but apparently, after 6 months, so did everyone else and the company went out of business. Had they just released that program and pushed it, I&#x27;m pretty sure they would have been able to stay in business, but such is life.<p>I currently work as a web developer for a large media corporation. No regrets and I&#x27;ve definitely earned my salary and raises over the years. If you aren&#x27;t feeling it anymore, than start looking for a new job and go for it. You have programming knowledge so it is likely you can get a job in many different places. When you go, they&#x27;ll probably find someone else. We&#x27;re all replaceable, for the most part.<p>Go do something you enjoy and get paid to do it. No sense in wasting your life away not doing something you don&#x27;t really enjoy.
datavirtueabout 8 years ago
Stop bitching and move on to write your very own legacy shit code!
评论 #13915792 未加载
alistproducer2about 8 years ago
The same thing happens to people at my company. If you have options, try an internal transfer. If not, get back on the market. Don&#x27;t do a job you hate unless you have to.
GnarfGnarfabout 8 years ago
Look upon this as an opportunity to clean up the code and make it beautiful. You might find an opportunity to slip in some new technology.
metaphormabout 8 years ago
well, it&#x27;s your life. you said it yourself &quot;I&#x27;m beginning to think that they mislead new employees because otherwise they would ask for a lot more money or walk away.&quot; so ask for a lot more money or walk away.
realPubkeyabout 8 years ago
Have you ever moved from an uncomfortable position and regret it later?
pasbesoinabout 8 years ago
Fool me once, shame on you. Fool me twice, shame on me.
dtzurabout 8 years ago
You were bluntly lied to, you owe them nothing.
nrrabout 8 years ago
That depends. It sounds like your veterans are burned by the similar lip service to deprecate this codebase.<p>Are you a bad enough dude to rise up as a leader for these people and help get them out of the rut that you&#x27;re now experiencing? (And get yourself some leadership bullet points for your résumé?)<p>Let me toss out a couple of definitions that I subscribe to first before I continue:<p>Lacking a comprehensive suite of automated unit (&quot;small&quot;), functional (&quot;medium&quot;), and integration (&quot;large&quot;) tests is a necessary and sufficient condition for code to be called legacy.<p>Code is called deprecated if and only if there is an active, expedited push to remove it from production and, if dependencies on it still exist, replace it with something functionally equivalent. (This second part is crucial.)<p>Frame the conversation in these terms.<p>With that said, I have a couple of questions:<p>Do managers make the technology and risk management decisions in your organization? If so, your first priority is to find some way to usurp that from them as an engineer with help from your veteran cohorts.<p>Do you have any experience writing those three classes of automated tests I rattled off here earlier? If not, this is your perfect chance to develop that skill. It just so happens that this carries over into your area of interest, and it&#x27;s a very good discipline to get into.<p>Writing tests like that establishes a certain sort of contract about how the software should function. Integration tests, ideally, exercise its functionality in the context of its inter- and co-dependent systems. Meanwhile, functional tests, with a similar ideal, exercise its functionality in the context of intra-module dependencies within the same system.<p>With those two things there, you&#x27;ll be able to make &quot;right around the corner&quot; more of a reality because you&#x27;ll actually have a metric to use to measure how &quot;done&quot; you are with a drop-in replacement.<p>(And, along the way, since you&#x27;re already perceptibly breaking things, you can deliberately break some things but use those failure modes to write integration tests that further boost your confidence that you&#x27;re getting there! Sneaky!)<p>Unit tests, in contrast, help you to cross the last mile of maintaining what you currently have as requests to change things come in. To use your language here, it&#x27;ll help make the process a lot less stochastic, at least in terms of management perception. Your tests will fail before anything happens in production.<p>If you stay at this organization, your personal goal should be to learn how to write those three classes of tests and to get good test coverage around it all.<p>Then again, if you can&#x27;t usurp those things from management, run.
sauronlordabout 8 years ago
&quot;..hope I don&#x27;t get fired for underperforming?...&quot;<p>What kind of passive language and thinking is that?<p>Everything is legacy once it is written.<p>Imagine you, the trailblazer, only having to write new code and not having to maintain the crap you wrote.<p>The actual problem here is your attitude and way of seeing things. Legacy? Sucks?<p>Fucking write a better version and show some initiative instead of just hoping of being granted the opportunity to work on &quot;new shit&quot;.<p>Millenials these days.
评论 #13912015 未加载
评论 #13912185 未加载
JDiculousabout 8 years ago
If you were truly lied to, then at the least you should out the company because this is unacceptable - especially given that they had you move across the country for this. If they don&#x27;t face any consequences for what they did, then they&#x27;ll continue to exploit others like they did to you.
评论 #13911876 未加载