On Thu, Dec 20, 2012 at 3:27 PM, Christos Vasilakis <cvasilak(a)gmail.com> wrote:
Hi team,
as part of the API overhaul ticket[1] for the next CR1 release, we are
proposing a rename of the current init methods of the AGPipeline object to
be in per with iOS convention of construction. That is
from:
-(id) init:(NSURL*) baseURL;
+(id) pipeline:(NSURL*) baseURL;
to:
-(id) initWithBaseURL:(NSURL*) baseURL;
+(id) pipelineWithBaseURL:(NSURL*) baseURL;
+1
A ticket has already been opened for this, see [2]
What do you think?
Thanks,
Christos
[1]
https://issues.jboss.org/browse/AEROGEAR-763
[2]
https://issues.jboss.org/browse/AEROGEAR-766
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev
--
Matthias Wessendorf
blog:
http://matthiaswessendorf.wordpress.com/
sessions:
http://www.slideshare.net/mwessendorf
twitter:
http://twitter.com/mwessendorf