Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JAVASCRIPT-1.0
-
Component/s: JavaScript
-
Labels:None
-
Number of attachments :
Description
<p> Deeply nested if statements are hard to read. An example deeply nested if is this: </p> <pre> function sayHello() { if (true) { if (true) { if (true) { if (true) { // NOK return; } else { return; } } } } } </pre>
Hi Eriks, FYI we plan to start vote for release at the end of this week, so actually would be better to finalize all current activities than start work on new ones