All 2 entries tagged Programming

View all 90 entries tagged Programming on Warwick Blogs | View entries tagged Programming at Technorati | There are no images tagged Programming on this blog

June 30, 2009

How do programmers feel about their software?

Writing about web page http://www.natpryce.com/articles/000748.html

Nat Pryce posted an article entitled "What do Programmers Feel About Their Software?", which provided a program to try and visualise what the comments in code indicate about programmers' emotions. The program basically analyses all of the comments in the program (which are usually only seen by other programmers working on the same software) and uses Synesketch to display a visual representation of emotion.

So, naturally, I plugged in some of our own software, and the results were quite surprising... There are some demos on the Synesketch website which show some examples of what the images mean.

Blogbuilder

Blogbuilder

Surprisingly, there is a lot of happiness here (signified by circles in bright colours).

Files.Warwick

Files.Warwick

Again, strong happiness for our file-sharing application.

Our (unreleased and unnamed) portal project

Portal Project

Even stronger happiness here, which is to be expected more since it's a relatively new project and I'm the only one who's worked on it...

Sitebuilder2

Sitebuilder2

In sharp (and dire) contrast, comments in our CMS show severe sadness. There are probably a few reasons for this... use of Swing WebFlow is probably up there as one of the top reasons. There's also a LOT more code (and more programmers) than in any of the other projects, and we're a lot more likely to look at each others' code and go "wrong!"


June 05, 2008

Juvenile Comments

private static List<TimeRange> doWeekdayRecurrenceRule(BookingCommand form) {
    form.setMonday(true); // Fall apart
    form.setTuesday(true); form.setWednesday(true); // Break my heart
    form.setThursday(true); // Doesn't even start
    form.setFriday(true); // I'm in love!
    form.setSaturday(false);
    form.setSunday(false);
    
    return doWeeklyRecurrenceRule(form);
}

I am such a child.


<about />

 

I’m a Web Developer in e-lab, part of IT Services at the University of Warwick.

<input type="search" />

<ol id="recentComments">

  • First commit was around 12 months ago, but there was a long period … by Mathew Mannion on this entry
  • So, how long did it take?! by Phil Wilson on this entry
  • Hi Matthew, having a problem putting favourites into folders, it on… by Rupert Elder on this entry
  • I wrote one entry in Chinese. It published the content as lots of q… by Hongfeng Sun on this entry
  • I’m sure there’s a setting somewhere that’d filte… by Nick on this entry

<ol id="archive">

Loading…

Am I still fat?

Not signed in
Sign in

Powered by BlogBuilder
© MMXII