1
vote
16answers
370 views
The Pragmatic Programmer: After PHP, what’s next?
I'm reading The Pragmatic Programmer and I'm on the section where the authors suggest that we learn a new language every year. I'm currently a PHP developer and I'm wondering, what should I learn …
54
votes
32answers
3k views
Are the days of the stored procedure numbered?
In Scott Hanselman's interview of the stack overflow guys, Scott and Jeff make mention that they may be seen as heretics for declaring that the days of the stored procedure are dead. Why might they …
6
votes
7answers
185 views
What were the most profound differences in your thought process from learning a new language?
According to the Pragmatic Programmer anyone who strives to become a better programmer should learn a new language every year. The basis behind this is to develop your thought process and to challenge …
3
votes
1answer
76 views
The Pragmatic Bookshelf Effectiveness
I'm going to convince our managers to order Pragmatic Programmers bookshelf. If I backup my idea with some success stories from you or your company, I think they'll listen more carefully :). Or maybe …
3
votes
2answers
107 views
Top pragmatic tips
I guess most of you have read The Pragmatic Programmer. What are the most important tips for you? They all are good, but what are the most actual for you, that you use every day.
7
votes
14answers
708 views
Should I keep reading the pragmatic programmer?
I have heard from many sources that this is one of the best books for programmers, I am currently about 50 pages into it, and so far I have only been understanding about 35% of what the authors are …
8
votes
9answers
389 views
Consequences of doing “good enough” software
Does doing "good enough" software take anything from you being a programmer?
Here are my thoughts on this:
Well Joel Spolsky from JoelOnSoftware says that programmers gets bored because they do …
0
votes
4answers
407 views
C# Database abstraction for Microsoft SQL Server, Oracle, MySQL and DB2
I need an example C# source code that abstracts databases (easy to change from one database to another with minimal code modification). Do you know some sample sites or tutorials with good quality?
…
4
votes
6answers
143 views
Good link or book for basics and theory of version control
Good link or book for basics and theory of version control
Would like to really understand all of the fundamentals and theory of version control. Probably implementation agnostic but if book or …
9
votes
7answers
332 views
How to ask programming questions “correctly”
I would like to know what is your style when you want to get quality answers from experts. Normally, my stumbling blocks are the following:
My co-workers are either being sarcastic in giving their …
1
vote
1answer
91 views
Test driven development with open source system? [closed]
Possible Duplicate:
Open source projects that demonstrate TDD and SOLID priciples
Can you point me any open source projects which involves test driven development approach so that I can see …
0
votes
5answers
207 views
Looking for good .Net interviewee/candidate test or questionaire
Hi there, I'm trying round up some materials to be used during interviewing. I have different levels of jobs (junior, senior) that I am trying to fill.
One thing I would like to assess is a …
3
votes
11answers
249 views
Your criteria in using a new technology or programming language
What are your criteria or things that you consider when you are an early adopter of a programming language or technology?
Two of the most common explanations I've heard are:
It should be "fun" …
2
votes
5answers
433 views
Is there a Perl script to implement C++ Class get/set member functions?
Hi,
I was reading this morning the book The Pragmatic Programmer Chapter 3 on Basic Tools every programmer should have and they mentioned Code Generation Tools.
They mentioned one Perl script for C++ …
1
vote
7answers
205 views
“Proper” way to give clients or managers a reality check on software estimates
Looking back at my past projects I often encounter this one:
A client or a manager presents a task to me and asks for an estimate. I give an estimate say 24 hours. They also ask a business analyst …
