[aerogear-dev] iOS API overhaul - AGPipeline: rename init: and pipeline:

Matthias Wessendorf matzew at apache.org
Thu Dec 20 09:42:18 EST 2012


On Thu, Dec 20, 2012 at 3:27 PM, Christos Vasilakis <cvasilak at 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 at 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


More information about the aerogear-dev mailing list