Search Results

6
votes

Is it worth learning BASH when I know Perl?

You shouldn't feel that you have to learn something just because other people use it. I've been using unix since 1988 and have probably written less than 1000 lines of shell script. All I u …
0
votes

Is it better to know multiple development platforms, or just know one inside and out?

it's always better to have a deeper knowledge - but also to be non-partisan and very aware of what is out there. I've always maintained that the platform makes no difference at all - an exc …
0
votes

Should an object implement an iterator or contain another object that implements an iterator

Quite simply the container is the place to implement the iterator. …
2
votes

To Buy or To Build That is The Question

If you can justify that the application will gain significant competitive advantage then it is worth investing the time. However hard it is for us to admit - sometimes it is better to star …
2
votes

Should I prefer purchasing a commercial framework or creating my own version of the same functionality? (classic “Create vs Buy”)

Always use a good quality library wherever possible - but only if you can have the source code. Experience tells me to not use anything that I can't have the source for. Also - depending on …
3
votes

Significant new inventions in computing since 1980

The changes to infrastructure to allow accessible internet from home and office. Documented and accepted standards from W3C through to APIs Apart from that most of what we'd think o …
5
votes

C++ Builder or Visual Studio for native C++ development?

The simple answer is that for pure C++ development it has to be VC++. To expand: as a pure C++ development environment you simply cannot beat VC++, the debugger is better, the IDE is superi …