I'm at 1000 and 1000 for both settings in intellij. I think Marko is too. I updated the CONTRIBUTING doc with a "Code Style" section - don't want to get too crazy there, but this issue leads to trashing in git as matt mentioned, so best we standardize a bit on this point.
On Sun, Aug 2, 2015 at 9:43 AM, Daniel Kuppitz <[email protected]> wrote: > Ok, then let's synchronize the settings. What should we use? 999 and 3? > > > > > Cheers, > Daniel > > On Sun, Aug 2, 2015 at 1:50 AM, Stephen Mallette <[email protected]> > wrote: > > > We've tended toward "no wildcards" and I think we should continue with > > that. If you find spots where there are wildcards it is likely from a > > rogue settings in someone's ide. I dont think using wildcards has much > of > > a pro when it comes to saving lines of code if you use an ide.....the ide > > makes imports seamless. Most of the time you don't even notice their > > existence. > > On Aug 1, 2015 7:03 PM, "Matt Frantz" <[email protected]> > wrote: > > > > > Pros: > > > * Less source code > > > * IDE's make it easy to track down source for an unqualified symbol > name. > > > > > > Cons: > > > * Without an IDE, it is hard to know what an unqualified symbol name > > means. > > > > > > Since I don't (yet) use an IDE, I appreciate the fully-qualified names, > > but > > > I'm willing to follow the herd. > > > > > >
