Search Results

1
vote

Which is better: shipping a buggy feature or not shipping the feature at all?

Label what you have now as a 'beta version' and send it out to those people who have asked for it. Get their feedback on how well it works, fix whatever they complain about, and you should then be …
0
votes

Python v. Perl

Perl is fine if you use it regularly (e.g. at work). If you don't, it's just too hard to remember the syntax, there's a fair amount of magic characters in it to make the code unreadable if you don …
0
votes

How will learning XML benefit me?

I never saw the point of using XML, until I had to work with some code doing XPath queries on XML documents. Using XML is mostly useful when you need to get information from systems you d …