0
votes
Did you ever switch from one programming language to another?
I started on old-school MUDs in c and then c++. Professionally I used Perl for quite a while then found a position that was mostly c++ with bits of Perl. My first book used PHP/SQL as a proof of co …
8
votes
Open source: Why or why not?
I highly recommend the book "Intellectual Property and Open Source: A practical guide to protecting code" by Van Lindberg. It has answers to a lot of questions like this and does a really good job …
0
votes
What are your favorite programming bookmarks?
http://delicious.com/tag/erlang
For me, Delicious is the best place to see who's been bookmarking stuff that I'm interested in a …
5
votes
Do most web ‘programmers’ (not designers) use wysiwyg editors or hand code their HTML?
Hand code with some sort of preview mechanism. I use TextMate for the most part so preview in [browser of choice] is just a hot-key away.
…
0
votes
How many languages are used in your team?
I'll define team as group which consists of three small to medium sized teams. The front-end team uses Ruby and, indirectly, c. The client team is pure c. The infrastructure team (mine) is primaril …
