Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment scary (Score 1) 612

The scariest thing about all these replies supporting this idea is that it shows how many people without the proper education background work in the industry. (An they all think they are good programmers)

I work for a large IT company, and the department I happen to work in specializes in developing software with niche languages/tools; so developers with experience in those tools are often self-taught, and get hired over educated developers who do not have experience with that specific tool. Of all my colleagues, only 1 has a software engineering degree, all the rest are self-taught. Let me tell you, they are all awful developers (bar and exceptional case), and they all think they are good. I am sure they will tell you we are a "successful" team, but the truth is we deliver software with awful quality. They only reason we have any "success" is because we have an army of testers in this company, and our big name allows to charge insane amounts of money. Things are much more expensive than they should because the code is unmaintainable and full of bugs.

As a developer with a software engineering degree, I was an exceptional hire in that company, within 1 year, I made it to development team leader, over people who have been that company for years, despite not knowing this "niche language/tool" at the moment of being hired. I have had a long and frustrating journey trying to get things straighten out, but there is so much you can do when the people working in your team do no know concepts like good abstraction, encapsulation, decoupling (... I could go on and on.)

Please, do slashdot readers (who are still in high school) a favor: Stop saying you can be great programmers without getting the proper education. By giving that ill advice, you are just perpetuating a problem in an industry in crisis.

Comment What the .... ? (Score 2, Insightful) 612

I'm surprised at the amount of posts supporting these ideas? Are any of the supporting posters university/college trained programmers? I'm not going to rant too much about the subject, it has been discussed by many others much better than I could. There is a reason why the Software development industry is in crisis (in terms of quality) Bjarne Stroustrup has an excellent interview on the subject: http://itmanagement.earthweb.com/features/article.php/3789981/Bjarne+Stroustrup+on+Educating+Software+Developers.htm Ideas like this of taking high school graduates and give them developers positions without the proper education is taking steps backwards. There is a reason why Google produces some of the best software in the world (starting by the algorithms behind their search engine), their employees have all the required education credentials to go with their experience.

Comment Re:Code Complete is the #1 book I would recommend (Score 1) 662

I agree with most of your statements. However, the title "Applying UML and Patterns" is misleading. The book is a good introduction to OO programming, the use of UML simply helps communicate the author points in a graphical one. I actually in fact hesitated to buy this book because of its title alone, but don't let it mislead you, it is a good beginners book, despite its UML & RUP propaganda.

The C++ Programming Language is propably my favorite programming book I've ever read. However I would not recommend it to a new programmer, specially one who is trying to learn by himself.

Slashdot Top Deals

Never call a man a fool. Borrow from him.

Working...