0
votes
How do you make time to read technical books?
Before managing time to read technical books it's important to manage time to read books of any kind. If you have some kind of reading habit you can easily fit all kinds of books: technical, novels …
0
votes
Reasons not to build your own bug tracking system
I don't think building a in-house tracking system is relatively easy to build, and certainly it won't match a paid or open source solution. Most of the times I would go for "programmer ego" or just …
1
vote
How can I make a non-programming person recognize a good programmer?
Just like Nick Baldwin wrote, a non-programmer can't evaluate someone's technical skills and that's why we around here always have some kind of technical expert for interviews.
…
0
votes
Can there ever be a “silver bullet” for software development?
In one word: No. Even if you limit yourself to a particular scenario (web development,etc) there are too many use case variations, business needs or technical restrictions for that to happen.
…
0
votes
What am I missing about WCF?
Biggest advantage of using WCF from a programmer's point of view: separates the definition of exposed services (operations, contracts, etc.) from the protocol's specific details, unlike ASMX where …
