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
YAGNI anyone?
(kidding)
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).
Are you using Igloo for a production app?
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.
Comment preview