Ayende @ Rahien

Unnatural acts on source code

What it take to write a login page?

  • 4 projects
  • 1 unit tests project
  • 1 integration tests project
  • > 2,000 lines of code
  • Single page
  • Dedicated Integration Server
  • 2 Microsoft frameworks
  • 4 OSS frameworks
  • 1 custom framework
  • 1 Igloo
  • Many Rhinos
  • 4 days by 2.25 programmers

And it can only validate "test"/"test" logins... Ah... the smell of fresh project in the early morning...

But it least it got Ajax

Comments

mawi
02/03/2007 09:03 PM by
mawi

YAGNI anyone?

(kidding)

Ayende Rahien
02/03/2007 09:32 PM by
Ayende Rahien

No kidding,

I am using this for a PoC that the framework works, but I already began to delete stuff that I don't need right now (it is on SVN, that is fine).

Josh Robb
02/06/2007 11:48 PM by
Josh Robb

Are you using Igloo for a production app?

Ayende Rahien
02/07/2007 07:33 AM by
Ayende Rahien

Yes and no.

Not Castle.Igloo itself, because that contains extra stuff that I don't think that I agree with (navigation mainly).

I do use the bijection support and the injection via the Init method, etc.

And yes, this is for a project that is going for production.

Comments have been closed on this topic.