How do I delegate tasks in a team environment when SAM being is used?
In a teaam environment, it’s generally a good idea to assign one object, and any dependent (“owned”) objects to each developer. That developer is responsible not only for coding and testing the objects but for creating the API for use in the presentation tier – the encapsulated UI modules, usually custom tag(s). The application itself consists of nothing more than tying these APIs together, so once all objects and APIs are built, development of the application itself takes very little effort or time.