programming languages

Are You an Evangelist Too?

software development concepts

Are You an Evangelist Too?

Anil Dash and I have the same job title: evangelist. I share Anil’s reservations about his job title, too: You see, these days my business cards describe me as “Chief Evangelist.” On the plus side, it’s the first time in the history of the company that I’ve

By Jeff Atwood ·
Comments
Simplicity as a Force

software development concepts

Simplicity as a Force

Simplicity isn’t easy to achieve, and John Maeda’s short book, The Laws of Simplicity, provokes a lot of thought on the topic. Programmers swim in a sea of unending complexity. We get so used to complexity as an ambient norm that we begin, consciously or unconsciously, projecting it

By Jeff Atwood ·
Comments
What did you write five years ago?

programming languages

What did you write five years ago?

Here’s an excellent bit of Halloween advice from Mike Gunderloy: go read some source code you wrote five years ago for a real scare. It’s a good idea to go occasionally back to the well and get a sense of your progress as a so-called professional software developer.

By Jeff Atwood ·
Comments

programming languages

Does Writing Code Matter?

Ian Landsman’s 10 tips for moving from programmer to entrepreneur is excellent advice. Even if you have no intention of becoming an entrepreneur. One of the biggest issues I see is developers getting caught up in the code. Spending countless hours making a function perfect or building features which

By Jeff Atwood ·
Comments
I Rock at BASIC

programming languages

I Rock at BASIC

How in the world wide web did I not know about the “ I Rock at BASIC” t-shirt? We’ve all written this program at some point in our careers. But only those of us who truly rock at BASIC.

By Jeff Atwood ·
Comments
Fifty Years of Software Development

programming languages

Fifty Years of Software Development

O’Reilly’s History of Programming Languages poster is fascinating reading. If you trace programming languages back to their origins, you’ll find that we’ve been at this programming stuff a long, long time. * Fortran (1954) * Cobol (1959) * Lisp (1958) * Basic (1964) * Forth (1970) * Pascal (1970) * SmallTalk (1971) * C

By Jeff Atwood ·
Comments
A Visit from the Metrics Maid

software development

A Visit from the Metrics Maid

For the last few days, I’ve been surveying a software project. Landing on a planet populated entirely by an alien ecosystem of source code can be overwhelming. That’s why the first first thing I do is bust out my software tricorder – static code analysis tools. The two most

By Jeff Atwood ·
Comments
Has Joel Spolsky Jumped the Shark?

programming languages

Has Joel Spolsky Jumped the Shark?

When you’re starting out as a technical blogger, you’ll inevitably stumble across Joel on Software. He’s been blogging since the year 2000, when computers were hand-carved of wood and the internet transmitted data via carrier pigeon. He has his own software development company, a few books under

By Jeff Atwood ·
Comments
Technological Racism

programming languages

Technological Racism

Brian Kuhn recently described the real risk of technocentrism. [. . .] people use (or have rejected) particular operating systems, tools, and software that has in turn shaped their perceptions when it comes to making judgments on the various merits of particular technologies. People tend to categorize or identify themselves with particular “technological

By Jeff Atwood ·
Comments

software development

Software: It’s a Gas

Nathan Myhrvold, the former CTO of Microsoft, is also a bona-fide physicist. He holds physics degrees from UCAL and Princeton. He even had a postdoctoral fellowship under the famous Stephen Hawking. Thus, as you might expect, his 1997 ACM keynote presentation, The Next Fifty Years of Software is full of

By Jeff Atwood ·
Comments

programming languages

Computer Languages aren’t Human Languages

Though I’ve become agnostic about the utterly meaningless non-choice between VB.NET and C#, the inherited syntax of C leaves a lot to be desired, in my opinion. And not just in the case sensitivity department. Daniel Appleman, in his excellent e-book, VB.NET or C#, Which to Choose?

By Jeff Atwood ·
Comments
The Power of “View Source”

javascript

The Power of “View Source”

The 1996 JavaWorld article Is JavaScript here to stay? is almost amusing in retrospect. John Lam recently observed that JavaScript is the world’s most ubiquitous computing runtime. I think the answer is an emphatic yes. JavaScript is currently undergoing a renaissance through AJAX. Sure, the AJAX-ified clones of Word

By Jeff Atwood ·
Comments