﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Jeff Brown commented on Development stats</title><description>Consider the complexity of the external interfaces with which a UI must interact: People.  Designing for users is much harder than designing for a given platform or system architecture.  Consider that your application must be "portable" across a vast number of users' eyes, ears and brains whose runtime behavior is complex and ill-defined.  It sure makes a CPU or database look simple by comparison.
  
  
The complexity of UI interactions will generally dwarf what's going on in the core code.  This is particularly true if you consider all aspects of UI including the documentation, the usage conventions, the graphics design, the affordances, the controls, the shortcuts, the integration with other apps, the error diagnostics, the packaging, the training, the marketing, the installer, the maintenance, etc...
  
  
In my experience UI concerns are often dramatically underspecified relative to the rest of the system and much behavior is left up to common convention or individual judgement.  I've seen junior coders be frequently surprised when the "little details" and "finishing touches" end up taking more time than the larger strokes of the design did.  This is particularly true when the feature team lacks a designer, an artist, a writer, or a representative user.  Coders are notoriously bad at the tasks performed by these specialists.
</description><link>http://ayende.com/2287/development-stats#comment4</link><guid>http://ayende.com/2287/development-stats#comment4</guid><pubDate>Thu, 05 Apr 2007 18:39:02 GMT</pubDate></item><item><title>Ayende Rahien commented on Development stats</title><description>I am using Igloo, so it drastically cuts the amount of code that I need to handle.
  
If you have a lot of code in your code behind, then you are usually mixing concerns together, both business logic (controler) and presentation (view).
  
</description><link>http://ayende.com/2287/development-stats#comment3</link><guid>http://ayende.com/2287/development-stats#comment3</guid><pubDate>Thu, 05 Apr 2007 01:52:31 GMT</pubDate></item><item><title>Karthik commented on Development stats</title><description>Would you say the amount of code is more or less for UI using MonoRail or some other MVP architecture versus the traditional WebForms?
  
  
WebForm code behind files are notorious for becoming insanely long.  I've seen 2K lines in a code behind file WAY too often.
</description><link>http://ayende.com/2287/development-stats#comment2</link><guid>http://ayende.com/2287/development-stats#comment2</guid><pubDate>Wed, 04 Apr 2007 13:09:00 GMT</pubDate></item><item><title>Sergio Pereira commented on Development stats</title><description>I used to tell my junior devs that they should not think coding a pleasant UI is one of the easiest parts of the project. And that's because the "U" has a historic tendency to break and bitch about the "I"
</description><link>http://ayende.com/2287/development-stats#comment1</link><guid>http://ayende.com/2287/development-stats#comment1</guid><pubDate>Wed, 04 Apr 2007 12:04:21 GMT</pubDate></item></channel></rss>