Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

80
votes
33answers
7k 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 ...
12
votes
7answers
799 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 ...
12
votes
15answers
1k 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 ...
10
votes
3answers
589 views

How would one apply command query separation (CQS), when result data is needed from a command?

In wikipedia's definition of command query separation, it is stated that More formally, methods should return a value only if they are referentially transparent and hence possess no side ...
8
votes
2answers
185 views

Did the authors of The Pragmatic Programmer forget about YAGNI?

The Pragmatic Programmer is highly recommended by many people. I've just finished reading it, and I can see why people recommend it, although I would point out that Code Complete covers almost all of ...
8
votes
6answers
404 views

Good link or book for basics and theory of version control [closed]

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 ...
8
votes
9answers
565 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 ...
7
votes
7answers
256 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 ...
7
votes
4answers
505 views

Is being Pragmatic agile?

I just re-read The Pragmatic Programmer (my third time reading it...I get something new every time, too). It seems like the tips that they mention are related to many of the various Agile ...
5
votes
3answers
225 views

Handling client or manager who is always unappreciative and always blames

I'm doing an analysis of one of my previous projects. This one is really painful. I've worked in a software house. During my stay, we were ranked #1 out of 5-7 competitors. Although it may sound ...
4
votes
6answers
262 views

Do you use one text editor for all your needs [closed]

Possible Duplicate: Do you use a single editor (well)? Do you use one text editor for all your needs? I am reading Pragmatic programmer and in Basic Tools section, authors mention using ...
4
votes
2answers
276 views

IntelliJ and Git Branch Name

I've recently moved from Eclipse to IntelliJ. A challenge as I'm a keyboard shortcut junkie, but that isn't what I'm here about. I miss having the git branch name shown in the package/project view. ...
4
votes
11answers
334 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" ...
4
votes
7answers
168 views

How to approach structuring functions / procedures for a newbie

I am a hobbyist programmer and am trying to improve my skills. To that end, I have been reading 'The Pragmatic Programmer' and 'Code Complete' as recommended by some in this forum and I have to say ...
3
votes
1answer
161 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
198 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.
3
votes
5answers
881 views

Is there a Perl script to implement C++ Class get/set member functions?

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++ ...
2
votes
3answers
186 views

Pragmatic Programmer for Software Testers?

I'm beginning a book discussion with my fellow developers, and the first book on the slate is The Pragmatic Programmer. Several members of our QC team have expressed interest in these discussions, ...
2
votes
16answers
762 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 ...
1
vote
4answers
93 views

Best Practices for displaying large lists

Are there any best practices for returning large lists of orders to users? Let me try to outline the problem we are trying to solve. We have a list of customers that have 1-5,000+ orders ...
1
vote
3answers
203 views

Pragmatic programmer code generation exercise

I am reading the The Pragmatic programmer and doing the following exercise in .net world (Chapter 3 - Code Generators) The Exercise "Write a code generator that takes the input in Listing 1, and ...
1
vote
4answers
2k 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? ...
1
vote
5answers
127 views

How to convince team other parts of software development are important?

Sometimes, when I present a part of the software development process to certain people, say the supervisor or the manager that they don't have experience say Automated unit tests and integration ...
1
vote
4answers
285 views

Maintaining code that is close to software rot

Let's say you're the lucky programmer who inherited a code that is close to software rot. Software rot as defined in Pragmatic Programmer is code that is too ugly (in this case, unrefactored code) ...
1
vote
7answers
286 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 ...
0
votes
2answers
69 views

Recalling an instance variable in a virtual attribute with Ruby

So I am just starting to make my way through The Pragmatic Bookself's, "Programming Ruby 1.9 (3rd Edition)" and I've come across some code that I need a little clarification on. If you own the book, ...
0
votes
2answers
65 views

Benefits of CI for highly modularized projects

There has been some discussion in abandoning our CI system (Hudson FWIW) due to the fact that our projects are somewhat segmented. Without revealing too much, you can think of each project as similar ...
0
votes
2answers
593 views

Objective-C error EXC_BAD_ACCESS help please

I am currently using the pragmatic screencast on Objective-C to help me program in objective-c. I have a background in Java and C++, but I am having a very difficult time getting used to everything in ...
0
votes
5answers
467 views

Looking for good .Net interviewee/candidate test or questionaire

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 candidate's ...
0
votes
3answers
244 views

Reusable C#, Java and/or Flex components

I am looking for reusable open source components. The level of depth, breadth and hopefully quality that I'm looking for is similar to this. Although I need them in programming languages C#, Java ...
0
votes
4answers
240 views

Is this a leaky abstraction?

Is specifying a field name on middle-tier a leaky abstraction? I feel it is too cumbersome to create a separate function just for each field, even if it is code-generated. public bool ...