-1 this is really too error prone. People keep adding lines via patches and voila all your code is broken...
LieGrue, strub On Friday, 23 May 2014, 11:19, Jean-Louis Monteiro <jlmonte...@tomitribe.com> wrote: > > >Hey guys, > >Is it possible to restore the ability to have inline if? >I like them cause I think it's more readable, especially to write pre >condition at the beginning of methods. > >For instance ... >if (bla == null) return; > >Thanks > >-- >Jean-Louis Monteiro >http://twitter.com/jlouismonteiro >http://www.tomitribe.com > > >