Alexandre Terrasa

Results 73 comments of Alexandre Terrasa

I like the idea of the `auto` constructor to reify the new signature (number and order of parameters). The NEP does not tell anything about error handling. Is this annotation...

Another solution is to use parenthesis to remove the ambiguity of variable declaration: ``` var x, y = div(5, 2) # declare x and y (var x), y = div(5,...

@Tagachi seems like you will create a lot of disposable instance of your kind of tuple?

Hi @rgh36167, I have something I'm working on about this problem (https://github.com/Morriar/nit/commits/examples). The idea is to extract all examples found in the repository and to display them in nitdoc and...

I like the proposal @privat. Speaking of the syntax, I like the idea of Java where all enum objects are stored in the enum. It's more easy to read and...

Configurable via option avec un default. Étant donnée la largeur des nouveaux écrans j'irais jusqu'à 100 max 110. Fun facts: - Java [suggère 80 chars](http://www.oracle.com/technetwork/java/index-135089.html). Après ça change en fonction...