This business I work for has provided me with business rules around a new commission structure for employees where I work.
I need to implement these rules into an existing application my fellow developers have written. This application is going to get a complete re-write next year so I would love to write something that I can port over into the new application next year.
The application today is in VS 2003 (C#) with a 1.1 framework and the new application will be in C# 2008 with a 3.5 framework.
Do I create a commission class? If so, what are some of this things I should be thinking about and planning for as I go into a design meeting next week?
Thanks
I need to implement these rules into an existing application my fellow developers have written. This application is going to get a complete re-write next year so I would love to write something that I can port over into the new application next year.
The application today is in VS 2003 (C#) with a 1.1 framework and the new application will be in C# 2008 with a 3.5 framework.
Do I create a commission class? If so, what are some of this things I should be thinking about and planning for as I go into a design meeting next week?
Thanks