Search Results

7
votes

Interesting compiler projects

With an 8-week timeframe, you're going to need to be careful about "scope creep". That is don't be too ambitious, esp. if this project includes other aspects of compiler construction (lexing/parsi …
2
votes

How to get the most out of being a manual tester

If you've been hired to do manual testing, then that's what you should focus on. Automated testing is great, and if your company isn't doing that they really should be. However, you're not …
2
votes

Why do software engineers hate writing documentation?

Because we know no one is ever going to look at it again. I personally subscribe to the theory that "the code is the documentation". Why would I look at a design doc when I have the code? …
0
votes

What are your 3 most important programming patterns, and why?

I know this isn't really what you asked, but I'm going to list some anti-patterns. I think these are the "most important" not because they're good, but because they're so pervasive and have …
2
votes

What is the Best Source Code Comparison Tool?

I've had good luck with Beyond Compare. http://www.scootersoftware.com/ …
0
votes

Am I obligated to fix a software error after I left a company?

I can't see how you'd possibly be obligated, unless it's specified in a contract you had with your previous employer. Howerver, you might want to consider helping out anyway. If it's a rel …
2
votes

What is your best/funniest/annoying performance tuning experience?

Around 1996 the company I worked for was trying to build VB GUI for it's legacy app. When the first customer went live on the new UI they found that it took over 2 minutes for the "launch pad" to …
2
votes

What should be taught in a “Fundamentals of programming” course at university?

I agree that C should be the first language, assuming the student is on track for a CS major. Someone who is only going to take a few programming classes as part of another major could safely go w …