View Single Post
Old 04-14-2013, 05:46 AM   #7
VydorScope
Wizard
VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.
 
VydorScope's Avatar
 
Posts: 3,418
Karma: 35207650
Join Date: Jun 2011
Device: iPad
Quote:
Originally Posted by Katsunami View Post
As I'm a software engineer by education and work, I have a feeling that designing and writing a story would (should?) be similar to designing and writing a computer program. Stating what you want, dividing into objects, tasks and subtasks, and so on...

You are over engineering your solution. Instead of rolling your own authentication scheme just use NTLM and roll with the Windows Integrated principles using AD groups for authorization. By not worrying about those basics you can actually work on the important parts - the business logic and the model.

Or in other words, shut up and start writing. See where it goes. In the end you will never have the answer if you do not try and see.
VydorScope is offline   Reply With Quote