hot questions tagged developer-skills - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T07:25:24Z http://stackoverflow.com/feeds/tag?tagnames=developer-skills&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/362226/whats-your-next-programming-language-and-why 15 What's your next programming language? And why? Brian Rasmussen 2008-12-12T08:45:15Z 2009-08-28T11:52:37Z <p>In the book, <a href="http://www.pragprog.com/the-pragmatic-programmer" rel="nofollow">The Pragmatic Programmer</a> the authors suggest that you learn a new language every year. With so many new languages these days, what will be your next programming language and why?</p> <p>Personally I can't keep up with one new language a year, but I've been around a good handful of different languages and that has been of great help to me in both my career and the way I look at programming in general. </p> http://stackoverflow.com/questions/387447/the-youre-doing-it-wrong-feeling 8 The "You're Doing It Wrong!!" feeling theman_on_vista 2008-12-22T21:43:34Z 2009-06-18T16:38:51Z <p><b>NB</b> - This question is not a stab at RoR or at Redmine's plugin system</p> <p><hr /></p> <p>I have been working on a custom plugin for <a href="http://redmine.org" rel="nofollow">Redmine</a>, a project manager platform built with Ruby on Rails (RoR). Now I am not <em>really</em> a RoR or for that matter, a Ruby guy. I have managed to write the plugin and everything works, despite being a mess behind the scenes. The "You're Doing It Wrong!!" feeling is coming from the fact that I know RoR is a highly-regarded framework, so there must be simple, better, elegant, [insert best-practice term here], ways of doing what I have done. I am not too concerned with making this code as perfect as possible, for the sole reason that this is only used internally, and really, people only care that it "works" (I am the only one who will look at the code). </p> <p>What words of wisdom can be passed on to suppress the "You're Doing It Wrong!!" feeling? I am pretty sure if this feeling is present, then it is probably true that the task at hand is being done wrong.</p> http://stackoverflow.com/questions/850571/automated-testing-ways-to-help-and-educate-developers 4 Automated Testing: ways to help and educate developers? Mark Simpson 2009-05-11T23:51:18Z 2009-05-14T20:53:40Z <p>I'm a software test engineer embedded in a development team. A large part of my job involves checking over the state of the project's automated tests (mainly unit/integration tests).</p> <p>I'm not a short-sighted zealot who wants to force testing down everyone's throats, but I <strong>do</strong> want to help everyone to get the best out of the time they spend writing tests. A lot of time is spent every week writing tests, so it is important to maximise the returns. </p> <p>Right now, I do a few things to try and help. Firstly, I always make myself available to talk about testability concerns. E.g. try to identity a testing strategy, whether a particular design is testable and so forth. </p> <p>In addition to explaining things to people and generally trying to help them out, I also review the finished code and the tests that they write (I have to sign off on stories, meaning that I am somewhat adversarial, too).</p> <p>My current process is to sit down alone, work through their code and bookmark &amp; comment all problem areas, places that things can be improved and the reason for it. I then get the developer around to my PC and talk through all of the review points. I then send them a decent write up so they have a record of it and they have easy reference. </p> <p>I do <strong>not</strong> fix their code and tests for them, but I will add more test cases etc. if I spot gaps. The reason I have decided not to fix up the tests for them is that it's too easy for developers to say "thanks" but to tune out. My reasoning is that if they have to fix the problems I identified before I will sign off, it will lead to a better standard of testing on the project (i.e. more self-sufficient developer testing).</p> <p><strong>My question is: When it comes to aiding the team, could I be doing anything better? What approaches have you found that can be beneficial?</strong></p> <p>I'd particularly like to hear from people holding similar positions who have faced the same challenges (e.g. helping improve the quality of the testing, demonstrating the value testing can bring in relevant situations and also striking a good balance between being supportive and adversarial.)</p> <p><strong>*edit</strong>: Thanks for the answers; all of them contained useful suggestions. I marked the top one as the best answer as I guess it comes down to developer support, and pair programming is something I have not yet tried (short of a few impromptu 'here's how I'd do this' demonstrations after the tests had been written). I'll give that a go with anyone who struggles with testing something :) Cheers.</p> http://stackoverflow.com/questions/366274/what-should-we-not-choose-for-our-next-programming-language-and-why 6 What should we *not* choose for our next programming language, and why? le dorfier 2008-12-14T07:39:43Z 2008-12-15T03:53:43Z <p>Another interesting site question states:</p> <blockquote> <p>In the book <em>The Pragmatic Programmer</em>, the authors suggest that you learn a new language every year. With so many new languages these days, what will be your next programming language and why?</p> </blockquote> <p>I consider my time a valuable and scarce resource, as do many others here, I imagine. With that in mind, what languages do you think would be least useful for deepening and widening my understanding of good software development principles?</p> http://stackoverflow.com/questions/602240/how-to-transition-from-traditional-app-development-to-web-development 2 how to transition from traditional app development to web development? geocoin 2009-03-02T12:55:54Z 2009-03-23T20:02:40Z <p>I'm in a bit of a career quandry here. I currently live in an area of the UK which is reasonably good job wise for C++ desktop application developers (i.e like me) however my wife is being relocated to an area of the country which is near to a major tech hub of the country, but not near enough to commute on a daily basis (i've done 2 hr. commutes before, they really don't fit with my sanity)<br /> As a result there are not many hi-tech places in the new city, but seemingly a neverending supply of Web-App shops.</p> <p>While I have been toying with .net apps in my (already quite sparse) spare time, having never done any web-dev (thanks previous employers with your carrot/infinite stick promises) I don't even know where to begin making a transition to making full blown web app production. without at least some inkling of how web apps work, my CV can't even get a first look, let alone an interview at these places.</p> <p>What are some good resources for people in my situation?</p> <p>EDIT:<strong>Great stuff guys!</strong><br /> so do you have any links to good kick off points? of course i can do a wikipedia lookup on each of the concepts, but finding the really good 'meat' of the tutorials can be a massive rabbit warren...</p> <p>what's the 'webapps for dummies' or the De-Facto source for getting going here?</p> <p>final edit:<br /> OK, guess i should have looked a little closer to home :) plenty here:<br /> <a href="http://stackoverflow.com/questions/tagged/getting-started">http://stackoverflow.com/questions/tagged/getting-started</a></p> http://stackoverflow.com/questions/409797/specializing-in-c-java-or-both 6 Specializing in C#, Java, or both? unknown (yahoo) 2009-01-03T20:44:19Z 2009-01-05T21:14:20Z <p>I recently got a junior developer job and am still an undergrad in college. I am new to Java and have some experience with C/C++. I started learning Java on the job and was able to accomplish much quickly in 2 months. Now my company has me working on C#/.NET apps...</p> <p>Questions: </p> <ol> <li><p>Should I be specializing in Java since there are more job listings?</p></li> <li><p>Is it a good idea to learn both and jump around so quickly? </p></li> <li><p>How realistic is it to be an expert at both and tailor my resume according to C# or Java jobs?</p></li> </ol> <p>Either way I am having fun and have no problem teaching myself. Any thoughts/opinions appreciated. Thanks.</p> http://stackoverflow.com/questions/499051/logical-reasoning-innate-or-can-be-learnt 2 Logical reasoning innate or can be learnt? HeretoLearn 2009-01-31T15:56:20Z 2009-02-02T14:47:39Z <p>Structured thinking and logical reasoning are essential skills for a software developer/engineer. My question is are you born with these qualities or can they be learnt? How can you get better at logical reasoning? Learning from experience is slightly different as you are adding a pattern which can be applied if you see a similar problem again. However experience doesn't produce a novel solution to a problem which wasn't seen before. If these qualities are be worked on what are the best ways to do the same? </p> http://stackoverflow.com/questions/583485/is-net-c-becoming-like-java 3 Is .NET/C# becoming like Java? [closed] simplyme 2009-02-24T20:38:09Z 2009-03-03T19:00:52Z <p>Okay the question isn't clear enough, I'll try and refactor it. As the .net platform is growing in the direction java has become today i.e. loads of 3rd tools, its hard to make a choice as to what core tools to devote ones time to using and mastering for solving problems. So my question is what would be a core set of tools to have for solving problems in the context of (TDD, Patterns and Development Methodology);</p> <p>TDD. What framework to use (nUnit, xUnit, Visual Studio Test Framework, etc)</p> <p>Patterns. Which to really understand (Factory, Iterator)</p> <p>Methodology. Which to follow to be agile (Scrum, XP, etc)</p> <p>Thanks guys for the rapid feedback.</p> http://stackoverflow.com/questions/602327/sites-for-outsourced-task-orientated-coding-resources 0 sites for outsourced, task-orientated coding resources Justin Lawrence 2009-03-02T13:19:45Z 2009-03-02T13:31:09Z <p>Are there any sites where one can get sections of programming done for really reasonable rates?</p> <p>I'm looking for a "software" market. Somewhere where you can get someone to take over your code (and, in some cases, entire project) for a while to get a certain section coded for a pre-decided amount of money. </p> <p>Hopefully the developer and requester could both be rated or build a little bit of a persona.</p> <p>Someone I interviewed once said they used a site that did this, but I have no idea what to Google for to find it :)</p> <p>Thanks a bazillion!</p>