Search Results

1
vote

Should I first study algorithms or another programming language?

As important as I think algorithms are, my advice would be to get away from C++ immediately. Where you go is up to you - if you don't mind learning precise details, you may want to go to C and perh …
2
votes

The Art of Computer Programming - What Can I Get From Reading the Lot?

Don't forget that Knuth actually wrote it in the first place. I don't think many people have the capacity to get through the whole thing (and I mean actually take it in, not just follow the …
0
votes

Is it better to master a few programming languages than to learn many?

It depends on what you want to achieve and what you are capable of. If it's enough that you simply enjoy collecting knowledge, go ahead. Maybe you'll design the next awesome language. …
5
votes

Do you prefer verbose or shorthand languages

I don't see a real difference between the two examples you provided. What percentage of your programming time do you spend actually typing code? I expect 5% is an overestimate. When you tak …
3
votes

Best startup team mix?

Well, sometimes you're lucky enough to find people with a lot of skills - this means less people are needed on the team! Also what you need depends on your target market and your product. F …
0
votes

char vs char - how do you pronounce it?

"Care" sounds silly to Brits and Australians (among others), because we pronounce "character" differently to Americans. We don't have our own version of "char as in character", because it y …
9
votes

Benefits of programming (doing) versus reading blogs (thinking?)

I just happen to be one of those people that hate staying up-to-date. Don't get me wrong, I have no problem learning something new. In fact I'm great at it. But I only do it when a real ne …
2
votes

What would your own programming language look like?

I envision a language that must be told precise restrictions on input and variables and execution order, and so can be compiled into fast multithreaded (or clusterable) software. And here's …
3
votes

What would your own programming language look like?

I'm a big fan of C macros, but I thought it might be nice if you could write macros or "meta-code" in the same language you're using. (C is a bad example; this could be good in scripting languages. …
1
vote

Is there a reason I should not start with C#

Considering all the answers so far, I thought I'd look at all four languages mentioned. While I've done a lot of development in PHP, and sadly continue to do so, I think PHP was never a gre …
23
votes

What technologies are you using even though they are embarassingly out of date?

Pen and paper. It isn't because computer interfaces aren't good enough (though that's an important consideration). The main reason is that it just seems more human. Another …
15
votes

What technologies are you using even though they are embarassingly out of date?

QWERTY. It should have been replaced long, long ago... the reason I still use it is obvious... Funnily enough I'm typing this answer in Dvorak because I accidentally switched to Dvo …
2
votes

Hardest concept to grasp as a beginner

The "a-ha" moment of functional programming. I'd seen many people say that learning Lisp or Haskell would make you a better programmer, and that there was a brilliant moment where everythin …
26
votes

sentimental code

Some years ago, I was working with another on a small "hobby" project, and I realised that we had to re-assess things. We had written lots of code but it wasn't all good code. We didn't rea …
0
votes

How many Programming Books do you read each year?

I don't know why, but I never got into reading "text books" and the like. Generally I find that the information rate is too low, although sometimes there is too much information and not enough rele …

1 2 next
15 30 50 per page