-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Milestone
Description
The following
if (
someLongName____________________________________________________ is
{ } anotherLongName______________________
) {
return;
}
Is more readable as
if (
someLongName____________________________________________________
is { } anotherLongName______________________
) {
return;
}