0
votes
What’s Your Motto As A Developer/Programmer?
I like the philosophy of NetBSD:
Some systems seem to have the philosophy of "If it works, it's right". In that …
1
vote
Is there any CMS better than WordPress or should I roll my own?
If you don't want a complicated CMS, but rather a blog (which is a simple CMS in a way) you could try the Byteflow blog engine. It's written in Djan …
14
votes
Why are regular expressions such a complicated, cryptic mess?
They are cryptic because they are a DSL (Domain Specific Language) and they need to convey a lot of information in a few characters. It wouldn't be practical to use a long notation, e.g.:
…
