On 23-09-2009 at 09:03, Brandon Atkinson wrote: > [...], I would suggest using @Before when > you need to initialize data for an operation. Use @After when you need to > do some clean up following an operation. > > There are, of course, exceptions.
This is a good and general rule of thumb when dealing with "before" and "after". Exceptions are (in my experience) rare. If you do encounter such an exception, you'll find "odd" misbehavior. You can then read up on the life cycle and/or ask on a forum. Oscar -- ,-_ /() ) Oscar Westra van Holthe - Kind http://www.xs4all.nl/~kindop/ (__ ( =/ () Freedom is a willingness to accept consequences. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
