-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ik wil graag dat dit kan #4
Comments
@QGIsK This rule has something to do with it: "function-paren-newline": ["warn", "multiline-arguments"], |
Ik mis wat info waarom dat je wil dat dat kan. Ik vind dat dat prima op één lijn kan staan, blijft het wat mij betreft nog steeds overzichtelijk. Of bedoel je iets anders? |
Anders een minimum aantal params hier aan toevoegen? Stuk of 3? |
@Goosterhof , omdat ik nu dit soort dingen heb vaak: Ik vind het dan duidelijker om alle parameters onder elkaar te zetten. @QGIsK , vind ik goed. Vanaf 3 parameters moet het mogelijk zijn om het onder elkaar te zetten. |
Dan zou ik zeggen vanaf 3 altijd onder elkaar. Niet soms wel en soms niet. Maar hoe lang is die regel? Want hij zit denk ik bijna aan de max, of er al over. En persoonlijk vind ik arrow function notation prettiger dan function keyword te gebruiken, ook voor de leesbaarheid hiervan. |
@Goosterhof , deze lijn is 109. Vanaf 3 altijd onder elkaar vind ik prima. Dit was nog een oude branch, na mijn nieuwe pr van SOHY-112 is alles weer een arrow functie |
The text was updated successfully, but these errors were encountered: