active questions tagged experience - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T06:27:44Z http://stackoverflow.com/feeds/tag/experience http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/291630/does-pair-programming-work 34 Does pair programming work? Mnementh 2008-11-14T22:20:13Z 2009-12-10T09:00:08Z <p>At our company, we the developers tried some methodologies to be more productive. One thing we could not try was Pair Programming. The reason is, that we are a small company and have only few programmers (and more non-programmers). So it would be impossible to explain to our boss, that two programmers sit at the same computer and solve together the same task. Usually we all even work on different projects.</p> <p>So I'm interested in your experiences: Does Pair programming work? I mean, does it make a team more productive? Clearly the two are more effective, than only one programmer working on the task. But does the pair can complete the project faster than the two programmers working both on the project, but with different tasks and different computers?</p> http://stackoverflow.com/questions/1824862/what-do-you-think-about-mapmalloc 1 What do you think about mapmalloc ? ctinnist 2009-12-01T08:55:42Z 2009-12-07T04:25:59Z <p>I found following memory profiler:</p> <p><a href="http://www.solucorp.qc.ca/miscprj/mapmalloc.hc" rel="nofollow">http://www.solucorp.qc.ca/miscprj/mapmalloc.hc</a></p> <p>It should be light and fast. Can someone share any experience with it?</p> http://stackoverflow.com/questions/266569/whats-your-first-program-that-you-were-proud-of 42 What's your first program that you were proud of? John Topley 2008-11-05T20:38:15Z 2009-12-03T16:38:11Z <p>What's the first program you ever wrote that you were proud of and why?</p> <p>For me it was probably a <a href="http://web.archive.org/web/20000304093937/ds.dial.pipex.com/john.topley/frames/memmon.html" rel="nofollow">Delphi 2 program</a> I wrote that simply monitored Windows' memory usage and displayed a bar graph in the shell notification area like the Task Manager CPU graph, but in blue!</p> <p>It was a big deal because I had a friend who was a better programmer than me and we were engaged in a silly race to find out who could be the first to figure out how to display something in the system tray (this would have been when the system tray was still quite new and exciting). I discovered the <a href="http://msdn.microsoft.com/en-us/library/bb762159(VS.85).aspx" rel="nofollow">Shell_NotifyIcon</a> API, worked out how to call it from Object Pascal and beat him to it. Granted, it doesn't seem a big deal now, but I hadn't been programming the PC or Windows for long at the time and it was a real breakthrough when the Windows API Gods deigned to display my icon next to the clock!</p> http://stackoverflow.com/questions/1831142/transitioning-from-associates-cis-to-bachelors-cs 0 Transitioning from Associates CIS to Bachelor's CS jeremiah89 2009-12-02T07:08:43Z 2009-12-02T09:03:50Z <p>I realize there are a bunch of questions regarding CIS vs CS degrees, but I didn't really find anything relating to my specific situation.</p> <p>I am in the middle of my second year of an Associates Degree in CIS. Before this, I had a year at a small university that didn't go well at all, for a variety of reasons (distance from home, underestimation of academic difficulty, etc). But at the school I'm attending now, things have gone much better. I have a 3.5 GPA, and in some ways, at least for the first year, I was bored because of how much easier stuff was from before, and wondering if I was capable of a little more.</p> <p>I've been thinking a lot lately about if a CS degree would serve me better. My main focus with the Associates CIS degree is programming classes. At this point, since I am almost done, and will be thinking about internships soon, I would not want to throw away what I have started.</p> <p>So I guess my main question/concern is what kind of outlook I would have for going onto a bachelors degree in Computer Science after having an Associates in CIS. Would anything transfer, and would some schools completely frown on the CIS degree? </p> <p>Or would it just be better to end up with a good internship/job and advance my career with just experience?</p> <p>Thanks in advance for your answers.</p> http://stackoverflow.com/questions/972611/old-developers-any-future 97 Old Developers - any future ? Sylvain 2009-06-09T21:30:32Z 2009-12-01T00:35:29Z <p>I'm 44 now and <strong>I just love code</strong>!</p> <p>And software and programming. And MSDN, and Communication of the ACM and Programmez (French magazine) and Stack Overflow and McConnell, Cwalina/Abrams, J. Skeet and J. Spolsky and... <strong>every great post ever made about software development</strong> !</p> <p>Call it a passion...</p> <p>Well, I really love my job and I still don't believe someone could pay me for what I'm doing - I'm most of the time eager to go to my workplace in the morning and a little sorry to quit....</p> <p>I would do it for half the price, I think ^^.</p> <p>But when I look around me, most of my fellows at Université de Montréal are now Product Managers, Directors, Project Managers, or even something completely different...</p> <p>And looking around, at my place, I see young clever boys and girls of less than 5 years of experience being paid as much as I am. They are pretty cool and clever of course, I agree on that. But their code is unmaintainable, as cool as they can be.</p> <p>My question (sorry for this long introduction :) is pretty simple : can anyone hope to write code after 45 ?</p> <p>Any experience on that subject ?</p> <p>All the best.</p> http://stackoverflow.com/questions/1801859/would-you-hire-a-c-programmer-with-10-years-experience-for-a-c-role 4 Would you hire a C++ programmer with 10 years experience for a C# role? [closed] LeopardSkinPillBoxHat 2009-11-26T06:22:38Z 2009-11-27T05:27:34Z <p>(<em>Marking this as community wiki as I'm aware that it is subjective.</em>)</p> <p>If you were hiring someone for a C# role, would you consider a candidate with 10 years experience in C++ (and C), but <strong>no</strong> experience in C# or .net languages?</p> <p>If they could prove that they are talented and able to learn quickly, will <em>zero</em> experience in C# immediately make you cross them off the list in favour of someone who has maybe had experience in the <strong>language</strong> but lacks in other areas (e.g. software design skills, communication, ability to learn quickly)?</p> <p>What if the candidate has made an attempt to partially learn the language (e.g. read books, tutorials on the web) but still doesn't have the industry experience behind them? How much of a benefit would that be?</p> http://stackoverflow.com/questions/294256/favorite-non-obvious-feature-of-svn 17 Favorite non obvious feature of svn? Brian R. Bondy 2008-11-16T19:24:22Z 2009-11-24T09:16:58Z <p>What is your favorite non obvious feature of svn?</p> http://stackoverflow.com/questions/1786242/more-valuable-skill 0 More Valuable Skill AEIOU 2009-11-23T21:46:49Z 2009-11-23T22:21:09Z <p>When job hunting for a developer position, what looks better? Working on a renovation project/creating a new application OR supporting legacy applications.</p> <p>With 3 years of experience I've spent my time supporting legacy J2EE applications. I have also added new features and overhauled a small part of the application. But I have never been part of a renovation project or created a brand new J2EE application for a company.</p> <p>Is this a hole in my job experience/resume? Will it hurt me when I look for a job in the future?</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used 31 What is the strangest programming language you have used? Anders Sandvig 2008-09-15T14:11:35Z 2009-11-18T22:18:20Z <p>For me I think it has to be the scripting language of an old proprietary telephony platform I used in the early 2000s. The language itself was not so bad, but the fact that it was meant to be edited with a drag-and-drop GUI, which did not expose all the functionality I needed, was quite frustrating. I also remember having to manually implement many common functions, such as calculating the length of a string. </p> <p>Whenever I wanted to use "custom" or "advanced" functions, I had to edit the script files in a text editor, but as soon as I opened the files in the GUI again they were reformatted and restructured, which usually resulted in broken code. And, of course, this was an interpreted language, so I would not know it was broken until I actually ran it&mdash;oh, and did I mention that it did not run the same in the simulator as in the live environment? </p> <p>So, what is the strangest programming language or environment you have used, and why did you use it?</p> <p><strong>Note that I'm interested in languages and environments that you have actually used for "real-world" situations, so Whitespace, Brainf***k and friends are not valid&mdash;unless you have used them for something "real", of course.</strong></p> http://stackoverflow.com/questions/431119/on-your-very-first-program-which-construct-hooked-you-on-programming 3 On your very first program, which construct hooked you on programming? Michael Buen 2009-01-10T15:30:16Z 2009-11-17T12:02:40Z <p>To me it was the If statement, I'm psyched up, since then I believed that computers are very intelligent, or I can at least make it appear intelligent because of it.</p> http://stackoverflow.com/questions/25403/is-a-college-university-degree-still-relevant 28 Is a College/University Degree Still Relevant? Steve M 2008-08-24T22:33:32Z 2009-11-15T05:14:55Z <p>In an age where experience seems to be paramount, does anyone still see great value in having a college (specifically Computer Science) degree? Would those three years be better spent working in a top-shelf software company?</p> http://stackoverflow.com/questions/1288230/third-party-control-suites-for-windows-forms 0 Third party control suite's for Windows Forms Refracted Paladin 2009-08-17T14:25:20Z 2009-11-12T18:32:32Z <p><strong><em>DevExpress</em></strong> or <strong><em>ComponentFactory's: Krypton Toolkit</em></strong></p> <p>I am looking for people's experiece with either.</p> <ul> <li><p>Ease of use(programmatically)?</p></li> <li><p>Accessability of help and support? </p></li> <li><p>User Community? </p></li> <li><p>Stability of controls?</p></li> <li><p>Ability to extend?</p></li> </ul> <p>I am not asking anyone to <em>Google it</em> for me. I would like actual experience with either control suite(<em>why I didn't put links to them ;)</em>). </p> <p>Both offer <strong>FREE</strong> <code>windows Form controls</code> so that is why I listed them both. </p> <p>If someone knows of a different Control Suite that is <strong>FREE</strong> that I should consider as well that is great!</p> http://stackoverflow.com/questions/1720606/when-career-conflicts-with-company 3 When career conflicts with company emancipated 2009-11-12T07:54:23Z 2009-11-12T15:38:13Z <p>I'm working in a small company that runs an online product. The product works so far, but they want to add a lot of additional features to it.</p> <p>They're using reasonably current technology (ASP.NET, C#, .NET 3.5), but the developers are resistant to moving into more cutting edge stuff like, say, ASP.NET MVC or Silverlight.</p> <p>Basically it's not always easy to justify using new tech when A) everything works the way it is, B) the new tech doesn't bring any obvious, immediate business advantages.</p> <p>I want to start using newer tech, partly because I'm excited about it, partly because I know if I'm not careful, I'll end up with a resume that reflects 1-2 year-old stuff and it will be harder for me to get a better-paying contract.</p> <p>The role I'm in right now is permanent, but I'm not so sure I'll get a pay-rise within a year (so many companies have promised it and then failed to deliver).</p> <p>So what would you do in my situation?</p> <p>Would you try your best to get the company onto newer tech?</p> <p>Or would you slave away for the business bottom-line, ignoring your own career development, and hope for some kind of remuneration later down the track?</p> <p>Or would you try to find a job at a company where it makes more business sense for them to use newer technology?</p> http://stackoverflow.com/questions/1545343/is-reading-too-many-management-books-too-early-for-me 11 Is reading too many management books too early for me? theraneman 2009-10-09T18:24:23Z 2009-11-07T21:57:53Z <p>I do not yet have 3 years of experience in development, and I have been reading management books by people such as Michael Lopp, Joel Spolsky, the Art of Project Management, and Rapid Development by Steve McConnell and others.</p> <p>I love to read these books since I feel I am in an organization where managers are as evil as depicted in some of these books. But, at the same time, I am moving away from the hardcore technical books I used to frequently read before! </p> <p>Has anyone experienced this? Am I moving down the management path too early?</p> http://stackoverflow.com/questions/1201361/3d-game-development-tips-especially-game-architecture 9 3D Game Development tips (especially game architecture) Ricket 2009-07-29T16:07:21Z 2009-11-04T22:31:31Z <p><strong>tl;dr version:</strong> What is the best advice (that you learned by experience and not from books) that you can give me, with regards to 3D game architecture? (as in, how to design and connect the components of a 3D game)</p> <p><hr /></p> <p>When it comes to programming, there is only so much you can learn from books. It seems to me, many of the things learned are learned from other people, or by <strong>experience</strong>. Even learning something in a classroom has its advantages over books; the professor might slip in a little tidbit of knowledge that he learned from his experience, and it can make all the difference.</p> <h2>I'm looking for those tidbits here.</h2> <p>Books on game development only go so far. There's a big difference about a book that explains the logic and syntax of a programming language, and a book that tries to tell you how to make a game. The latter doesn't work so well (at least for me); but the former is the whole reason I'm studying computer science.</p> <p>I am going into my second year of college, and I'm 19 years old. <strong>I don't have experience</strong>, I have book knowledge. So I'm trying to piggyback off of you and your knowledge that you've gained from experience.</p> <h2>My current topic of interest is game architecture.</h2> <p>(or "engine design" if you prefer, though I'm not looking to create a everything-but-the-kitchen-sink game engine)</p> <p>I recently asked a question, <a href="http://stackoverflow.com/questions/1189236/data-structures-for-message-passing-within-a-program">Data structures for message passing within a program?</a> and it resulted in a long, <a href="http://stackoverflow.com/questions/1189236/data-structures-for-message-passing-within-a-program/1191261#1191261">excellent answer</a> from <a href="http://stackoverflow.com/users/103258/haffax">haffax</a>. To him, he was just rattling off his experience and the knowledge he's gained from it; to me, it gave me many new things to think about that I had never read in a book before, and haven't experienced for myself. Go check out the answer, and up it if you like it.</p> <p>From it, I thought more about message passing within a program. I thought about how perhaps MVC is not a good fit for game architecture. His concepts of all game objects being equal and not a hierarchy, where instead you add "Features" to a game object, is something I've never heard before, and I really like it. And right at the beginning of the question he gave simple bits of advice:</p> <blockquote> <p>Before starting to design any of the packages and classes, start with an analysis</p> </blockquote> <p>...</p> <blockquote> <p>And for motivation, <strong>I speak from experience here</strong>, don't think of your task as writing a game engine, write a game!</p> </blockquote> <h2>I want more answers like that.</h2> <p>What are the most important game architecture concepts and tricks that you've taken from your experience as a game developer? When you sit down to write a game, how do you organize things? Do you separate your view and your model, or do you intertwine them and refactor later? What do you want to say about the effectiveness of MVC as a game architecture pattern? How do you keep track of so many things (graphics, audio, file loading, collision, AI, network) and make them all work together to create a finished game? How do you use design patterns and preserve the object oriented-ness of your game? How do you write automated tests for your game?</p> <p>I can come up with a million questions, but right now I just want to hear in general, whatever sticks out in your mind. What sort of experiences have you been through that changed your thinking? What is your philosophy when writing your games? How do you stay organized amidst the confusion and the massive-ness of the task of 3D game creation?</p> <h2>What game development tricks have you learned from experience?</h2> <p>Thank you for taking the time to read &amp; respond!!</p> http://stackoverflow.com/questions/803521/powershell-pitfalls 3 Powershell pitfalls alex2k8 2009-04-29T17:54:51Z 2009-10-22T20:24:51Z <p>What Powershell pitfalls you have fall into? :-) </p> <p>Mine are:</p> <pre><code># ----------------------------------- function foo() { @("text") } # Expected 1, actually 4. (foo).length # ----------------------------------- if(@($null, $null)) { Write-Host "Expected to be here, and I am here." } if(@($null)) { Write-Host "Expected to be here, BUT NEVER EVER." } # ----------------------------------- function foo($a) { # I thought this is right. #if($a -eq $null) #{ # throw "You can't pass $null as argument." #} # But actually it should be: if($null -eq $a) { throw "You can't pass $null as argument." } } foo @($null, $null) # ----------------------------------- # There is try/catch, but no callstack reported. function foo() { bar } function bar() { throw "test" } # Expected: # At bar() line:XX # At foo() line:XX # # Actually some like this: # At bar() line:XX foo </code></pre> <p>Would like to know yours to walk them around :-)</p> http://stackoverflow.com/questions/1255223/what-are-the-important-notions-in-c-that-you-did-not-learn-from-your-teachers 21 What are the important notions in C that you did not learn from your teachers ThibThib 2009-08-10T14:28:35Z 2009-10-21T18:46:32Z <p>Hi</p> <p>In September, I will give my first lectures on C to students in engineering school (usually I teach math and signal processing, but I have also done a lot of practical work in C, without giving the lectures). Computer science is not their main topic (they are more studying electronics and signal processing), but they need to have a good background in programming (some of them will maybe become software developers)</p> <p>This year will be their 2nd year of learning C (they are supposed to know what a pointer is and how to use it, but of course, this notion is not yet assimilated)</p> <p>In addition to the classical stuff (data structures, classical algorithms, ...), I will probably focus some of my lectures on: - design the algorithm (and write it in pseudo-code) <em>before</em> coding it in C (think before coding) - make your code readable (comments, variable names, ...) and - pointers, pointers, pointers ! (what is it, how and when to use it, memory allocation, etc...)</p> <p><strong>According to your experience, what are the most important notions in C that your teachers never taught you ? On which particular point should I focus ?</strong></p> <p>For example, should I introduce them to some tools (<code>lint</code>, ...) ?</p> http://stackoverflow.com/questions/1440687/how-should-i-interview-a-candidate-with-domain-experience-in-a-different-field 2 How should I interview a candidate with domain experience in a different field? Michael T. 2009-09-17T18:54:27Z 2009-10-20T02:55:14Z <p>I have to interview a candidate for a developer position that will involve working mainly on a trading system written in C++ in a Wall Street company.</p> <p>The candidate's most recent experience (3 years) is writing and maintaining components of a payment processing system for an ecommerce company. </p> <p>Some of this experience could be relevant to the position we are trying to fill but I have no experience in that domain and am not sure what types of questions to ask about his experience with payment processing.</p> <ul> <li><p><strong>What kinds of questions should I ask him about his prior job, since I am unfamiliar with many of the domain issues he faced?</strong></p></li> <li><p><strong>Would it be a good idea to get him to draw a diagram of the overall system architecture and, perhaps, a UML representation of the code that he worked on?**</strong></p></li> </ul> http://stackoverflow.com/questions/155968/what-programming-hack-from-your-past-are-you-most-ashamed-of 22 What programming hack from your past are you most ashamed of? LeopardSkinPillBoxHat 2008-10-01T02:17:29Z 2009-10-16T02:09:01Z <p>We've all been there (usually when we are young and inexperienced).</p> <p>Fixing it properly is too difficult, too risky or too time-consuming. So you go down the hack path. Which hack from your past are you most ashamed of, and why? I'm talking about the ones where you would be really embarrassed if someone could attribute the hack to you (quite easily if you are using revision control software).</p> <p><strong>One hack per answer please.</strong></p> <p>Mine was shortly after I started in my first job. I was working on a legacy C system, and there was this strange defect where a screen view failed to update properly under certain circumstances. I wasn't familiar with how to use the debugger at this time, so I added traces into the code to figure out what was going on. Then I realised that the defect didn't occur anymore with the traces in the code. I slowly backed out the traces one-by-one, until I realised that only a single trace was required to make the problem go away. My logic now would tell me that I was dealing with some sort of race-condition or timing related issue that the trace just "hid under the rug". But I checked in the code with the following line, and all was well:</p> <pre><code>printf(""); </code></pre> <p>Which hacks are you ashamed of?</p> http://stackoverflow.com/questions/180586/does-anyone-have-experience-with-zfs 4 Does anyone have experience with ZFS? Luca 2008-10-07T21:46:58Z 2009-10-15T19:03:42Z <p>I am considering to adopt <a href="http://opensolaris.org/os/community/zfs/" rel="nofollow">ZFS</a> and I would be happy to know your experience in both production and testing environment.</p> http://stackoverflow.com/questions/91527/debugging-techniques 28 Debugging techniques Vinko Vrsalovic 2008-09-18T10:41:33Z 2009-10-14T06:05:54Z <p>Debugging is the most time consuming activity of programming. So using appropriate tools and techniques is paramount to efficiency and productivity.</p> <p>What are your favorite debugging techniques, and in which cases do you apply each of them?</p> <p>There are many orthogonal criteria to consider:</p> <ul> <li>Programming languages (tools usually are language specific, and there are maybe some techniques that are applicable only within specific languages)</li> <li>Applications (web applications, client side, server side, singlethreaded versus multithreaded)</li> <li>Environment (how many tiers, is it on a stored procedure, is it on an embedded device)</li> </ul> <p>But I'm mainly interested on techniques (and tools, if there are any) which are generally applicable and that you find most useful for finding and squashing bugs.</p> http://stackoverflow.com/questions/348098/are-you-a-self-taught-programmer-or-did-you-take-a-programming-course 11 Are you a self taught programmer or did you take a programming course? workinprogress 2008-12-07T21:23:55Z 2009-10-11T12:10:57Z <p>Lots of developers I know were self taught programmers including me. </p> <p>I was wondering how much of the developer community learned programming by taking a course in school or by experimenting, asking questions on forums, reading online articles, and just making it up as you go along? Post whether you were self taught or took classes, what language you program in, and anything else that may be interesting.</p> <p>P.S. Books count as self taught.</p> http://stackoverflow.com/questions/418876/what-was-your-most-uncomfortable-programming-experience 18 What was your most uncomfortable programming experience Sara Chipps 2009-01-07T01:33:42Z 2009-10-09T01:49:15Z <p>I made this a wiki because I think that some people may think it's too "thready" but I had to share and it wasn't appropriate on my blog. </p> <p>I've had a few, but I think the strangest was once I was on an interview (when I was consulting) and it was my first interview. I wasn't 100% familiar with the position, I knew they wanted to utilize my experience with SQL server to import and archive older data. </p> <p>Well, I was in a man's office, we were alone and he closed the door on the way in. After a few questions he looked at me with a total straight face and said seriously "So, do you have any experience with Wang?"</p> <p>Those unfamiliar with American slang should google (or not), but I was frozen silent and beet red for about 30 seconds before he said "It was a database machine in the 70s."</p> <p>I'm sure that other people have funny stories, sometimes we nerds can be awkward. </p> http://stackoverflow.com/questions/1430835/how-to-get-hired-when-lacking-experience 5 How to get hired when lacking experience. Roberto Sebestyen 2009-09-16T03:46:14Z 2009-10-08T17:25:02Z <p>I am asking this in response to listening to <a href="http://blog.stackoverflow.com/2009/05/podcast-55/" rel="nofollow">Stack Overflow's Podcast #55</a>, Where Joel and Jeff discuss how much interview feedback is appropriate. They got into talking about what to do if you don't want to hire some one based on lack of experience. I remember one of them saying as an example that "You are smart but not ready" and they should apply again next year.</p> <p>This immediately brought back memories of myself when I came fresh out of school. I remember applying at many places but kept getting similar responses. "You are smart but not ready". </p> <p>Although I am past that stage now with some experience under me after getting my foot in the door at my first gig, for those fresh out for school (or little experience); If all companies refuse to hire because of lack of experience but are not willing to give a chance, How does one start? </p> <p>I mean sure some will say apply for an entry level position. But those are far and few between. Most companies want some one who can just jump in and start, they don't want to spend a little time to get them going.</p> <p>Also I have seen this situation: A programmer with some experience (but not enough) keeps getting rejected from higher level positions. As a result they apply for entry level positions, but they are told that they are over qualified.</p> <p>What does everyone think of this, How does one build up the experience? Are companies being too selfish and something should be done about that? Or is the current hiring practices reasonable, and I am just whining? :-)</p> http://stackoverflow.com/questions/638868/getting-out-of-crud 14 Getting out of CRUD LFSR Consulting 2009-03-12T14:30:46Z 2009-10-05T22:23:02Z <p><strong>Definition:</strong><br /> <a href="http://en.wikipedia.org/wiki/Create,%5Fread,%5Fupdate%5Fand%5Fdelete" rel="nofollow">CRUD</a> - <code>Create, Read, Update, Delete; The four basic functions of persistent storage. In the context of this question, specifically related to business applications.</code></p> <p>I'll be honest, my goal when I began programming did not include being a lifetime CRUD programmer. Financial data is only so interesting for so long. And to me, that seems like the majority of programming gigs.</p> <p>I'm still fairly fresh out of school, so any experience is still very beneficial, but eventually I want to move to something "less CRUD like." Currently, I have my eye on some machine control type work. However, I'm just not sure how to go in that direction.</p> <p>So I want to get a feel for what other developers think about the topic.</p> <ul> <li>Do you enjoy CRUD and why? <li>What have your experiences in CRUD been like? <li>How did you move from CRUD to non-CRUD work? <li>If you've moved, what do you like and hate? <li>If you've moved, what skills benefited/hastened the transition? </ul> <p><strong>Edit:</strong><br /> I'm approaching CRUD with the attitude that I want to solve problems, not re-create the same form with different fields for a dozen different tables.</p> http://stackoverflow.com/questions/1102212/next-steps-after-being-fired 22 Next Steps After Being Fired? Fired Programmer 2009-07-09T06:50:12Z 2009-10-01T22:10:44Z <p>I was fired from my job this morning, after an incident on Monday night for which I was suspended yesterday. I've contacted an appropriate government agency to look into the matter, given the circumstances surrounding my termination.</p> <p>I'm determined to make the best of this situation, and as I've been looking to move to newer technologies after a three year tour of duty in a world of legacy Cobol programs. I'm in my mid-twenties and the job I was in was not what I was looking for. I've been seriously looking to quit that job anyway, but a lack of other options kept me in the position until now.</p> <p>I figure I've got enough in my bank account to pay my bills through September, and after that I've accepted that I might have to use my credit line for a little while.</p> <p>I'm inexperienced with OO languages, like .Net and Java, but am doing what I can to teach myself on my own. I'd like to find a company I can learn with, and am willing to work for a drastically reduced wage, or even as an unpaid intern, for a short period of time if that's what it takes, with the endgame of me becoming a full-time, full-paid developer with that company.</p> <p>Is this a realistic goal? If so, how does one go about approaching companies for this sort of opportunity? What is my best approach to handling my previous job experience and reasons for leaving? </p> <p><hr /> <strong>Details</strong>:<br /> I was dismissed for 'unacceptable behaviour' due to an outburst in front of one of my superiors, after being provoked by certain comments he made to me. I have a history of showing my temper when I get really stressed. My doctor says my stress is/was caused by the job, which I would then say is directly related to the aforementioned superiors micromanagement and disrespect for those under him. My doctor further categorized my condition as situational depression. I was medicated for this, briefly, and my former employer knows this. These facts have been reported to a government agency, along with certain other factors, and they seem to believe I have a case.</p> <p><hr /></p> <p><strong>Full Disclosure</strong>:<br /> Although Jeff doesn't like the idea of throwaway accounts, that is exactly what this account is. Given information in this question (my termination), I'd rather not have this as a permanent part of an account proudly displayed on my blog, etc. There will be ABSOLUTELY NO VOTING from this account. Any answers I feel are helpful will be voted from my normal user account, with the exception of the accepted answer should the need arise.</p> http://stackoverflow.com/questions/145375/masters-vs-work-experience 13 Masters vs Work experience isc_fausto 2008-09-28T06:48:48Z 2009-09-28T03:23:10Z <p>I'm a senior CS student, I have been wondering what is better? Studying a Masters right after school, or get real world experience before studying a Masters? </p> <p>Also, how hard is to find a good job, with either a BS or a Masters in CS?</p> http://stackoverflow.com/questions/272253/have-you-had-a-bad-experience-with-scrum-or-sprinting 7 Have you had a bad experience with Scrum or Sprinting? Jason 2008-11-07T14:37:26Z 2009-09-27T02:26:20Z <p>Has anybody had a bad or very bad experience or stories with Scrum or Sprinting, that you can share with a n00b so that he doesn't make the same mistake?</p> <p>If you had a problem, what were your lessons learned? What would you do differently or have done differently, to avoid the problem again?</p> http://stackoverflow.com/questions/25620/is-a-masters-degree-overkill 26 Is a masters degree overkill? Chris 2008-08-25T03:28:48Z 2009-09-25T01:58:17Z <p>After reading the responses to Is a <a href="http://beta.stackoverflow.com/questions/25403/is-a-collegeuniversity-degree-still-relevant" rel="nofollow">College/University Degree Still Relevant?</a>, I'd then ask, once you complete a university technology degree, would pursuing a masters in the field be worth it? Or is the experience you would gain working for those two years be more valuable? Or is a masters degree something that is more valuable after one has a few years of real-world experience after their undergrad? And what career doors would a masters open, and which would they possibly close?</p> <p>Keeping in mind this discussion on <a href="http://beta.stackoverflow.com/questions/7301/higher-pay-for-advanced-degrees" rel="nofollow">higher pay for advanced degrees</a>, I'd rate whether a masters is worthwhile by both the pay one would get, but also more importantly, how enjoyable the job would be, and the types available (research only? development? management?).</p> http://stackoverflow.com/questions/797014/does-c-have-too-many-language-features 12 Does C# have too many language features? Stefan Steinegger 2009-04-28T09:31:41Z 2009-09-24T17:49:10Z <p>This is a discussion that pops a from time to time in our team. While a few quickly learned C# 3.0 features, other stick with classical techniques.</p> <p>Some never use Linq, think that lambda expressions are confusing and yield is "scary". Sometimes they can hardly understand code that is written by people using all the new features. We can just say that they do not master the language and should learn it.</p> <p><strong>But how hard should it be to learn a modern programming language?</strong> Everyone can solve the problems, everyone has many other problems to solve every day than to care about nicer ways to implement it. Training people is not for free. On the other hand, language features can make people more productive and code more maintainable.</p> <p>Probably incomplete list of C# features</p> <ul> <li>classes, structs, primitive types, arrays, boxing, interfaces, inheritance (abstract, virtual, new, sealed), properties, nullables</li> <li>exceptions</li> <li>generics</li> <li>multi threading, locks</li> <li>reflection</li> <li>delegates, events, anonymous delegates</li> <li>iterators</li> <li>lambda expressions</li> <li>extension methods</li> <li>linq</li> </ul> <p>Version 4 is coming soon including many additional features.</p> <p>Personally I like almost every feature of C# and like the short and nice code I can write with this language. But I don't have to learn it from scratch.</p> <p><strong>I'm interested in your opinion and your experience with learning or teaching C#.</strong> Are there already too many features? Are still important features missing? Are the language features making the language easier to use or just harder to learn?</p> <p><em>Please:</em> No answers like "Language A is better than language B because...".</p>