For better readability, do not put more than one statement on a single line.

The following code snippet illustrates this rule:

a = "something"; b = "somethingElse"; // Non-Compliant
c = "anotherThing"; // Compliant