Re: [VOTE] Add a shorthand "final var" keyword

2020-04-29 Thread Mikko Värri
> On 28. Apr 2020, at 15.09, mojo2012 wrote: > > I'm looking forward to get some feedback from you (hopefully positive :-)) > > [ ] +1 Add either val or let as new shortcut for "final def"/"final var" > [ ] 0 I don't have a strong opinion about this, but I assume it's ok > [ ] -1 I don't lik

Re: [VOTE] Add a shorthand "final var" keyword

2020-04-29 Thread Keith Suderman
-1 I agree with Anne and the others; I see no compelling use case for this. If making variable definitions line up is the goal then make your variable definitions line up... that is what whitespace was invented for. And I can't think of a single keyword (other than "final" or "const") that w