-1
votes
Is there a best coding style for identations (same line, next line)?
The keyword/function definition/etc is a better indicator of the start of a code block than just a brace.
function something() {
// code here
}
Why do you need t …
3
votes
Anyone using CouchDB?
I'm using CouchDB to store (and serve) article ratings on my blog. It's not exactly heavy traffic but it's been rock solid so far.
Also planning on adding comments sometime which I'll most …
0
votes
So, what is the best language to learn OOP on?
I'm not sure why nobody has mentioned Ruby yet. As far as 'pure OO' languages go it's probably the most accessible for people unfamiliar with the concept.
The biggest benefit is that you tr …
2
votes
If you don’t code for fun, you can’t be a good programmer?
It's not about how much code you write in your spare time, it's about passion. It just happens that if you have passion for software then you probably will find time for it outside of your day-job …
1
vote
Hands-free mice for programmers?
Just lose the mouse entirely. Obviously the primary use is for web browsing (there are ways to minimize that need too, like vimperator) but f …
