Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:I love start ups but they're not for everyone (Score 1) 274

....which, btw, doesn't just happen in startups. I'm working in a company that's been in the tech industry since there was a tech industry and we still do the "OMG! Trade show coming up, better be able to code quickly!" thing all the time, complete with other, competing deadlines. The only difference is the ending. In the established company, you get laid off with maybe a severance.

Comment Hmmm... (Score 3, Interesting) 89

I think it makes sense if you consider that Microsoft and Google are starting to make peace with each other. Microsoft recently officially gave their blessing to using office.com on Chrome and ChromeOS. So, imagine now that maybe you'll be able to save and edit actual word docs in Drive using Office and that perhaps Microsoft will also be opening its own Skydrive (or whatever they're calling it now) up to other document types? I admit it's a stretch, but given the new focus on the cloud from Microsoft, it could happen. This also makes more sense from the "merging Android and Chrome" point of view as well as mobile tends to favor smaller, single purpose apps.

Comment Re:As a 40 something programmer recently interview (Score 1) 379

I always thought a better, and in some cases, more real life test for a programmer would be to hand them a chunk of someone else's code, something real and in house but obviously not something that is proprietary. Ask them to recommend ways to improve it if possible, or explain why it is good, sound code if not. Good programmers will recognize good code (even in languages they haven't worked in) and recommend fixes where they see problems. Someone you want to hire will be honest about whether or not they've worked in the language and will almost immediately spot things like potential null pointer exceptions, potential leaks of connections, unhandled exception possibilities, etc. or even just poorly structured code.

Comment Re:No Offense (Score 1) 379

No. You don't have to be a manager, but you do have to do more than sit in your office and code your little chunk of the universe because any kid out of college can do that. Heck, an awful lot of people out of high school can do that and don't necessarily require even a living wage. Older programmers should be mentoring and leading. You don't have to have "manager" in your title to do that. The best programmers are the ones who can lead teams of more than 8 programmers, orchestrating the whole product life cycle. Generally, they contribute code too, but they also worry about repeatable testing, providing a release plan, code hygiene and standards, integration and customization points, and testing. I've been on both sides of the fence, hiring and looking for work as a programmer. This has always been the reality. Your skill set should be commensurate with the years of experience you've had, which means that you should show a certain professional maturity. If you haven't advanced your skills beyond code monkey in 30 years, you've got a problem.

Comment Re:Experience Matters But So Does Price (Score 1) 379

If you don't like office politics and nonsense then you need to get the heck out of an office that has any more than 2 people. Work for yourself and be your own boss. But then you have to make peace with the fact that you're not likely to make as much money as the guys/ladies who do deal with office politics.

Comment Re:Ignore Silicon Valley (Score 3, Insightful) 379

You know what? I don't ignore all of headhunter notes I get. The ones that sound a little interesting, I send a little note thanking them for their interest, tell them I'm currently employed but if that changes I definitely will keep them in mind. Usually, I throw in some small talk asking how the market is for things that are more my current "hobby" than my job (I've been dabbling in a lot of mobile, noSQL and cloud programming) just to get an idea for what my Plan B, C, and D will be should I get laid off or finally decide to retire from my "real job". More than a few recruiters have engaged in conversation this way. Those I keep in my Contacts list for a later date.

Comment Older programmers are better off freelancing (Score 4, Interesting) 379

Honestly, any programmer that is worth his or her salt is going to be employed no matter what their age. There are plenty of schools and non-profits looking for help. Of course they may not pay as much as the corporate office, but you'll be working. I also think you should start looking to strike out on your own as a contractor or freelancer soon after 45. I say this as a 52 year old who is exploring other options now. I'm writing some mobile apps for a local school district as part of my community service and I know from speaking with the administrator that I've got at least one way to earn should my company decide to push me out the door with my gold watch.

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...