addressbook-level4 icon indicating copy to clipboard operation
addressbook-level4 copied to clipboard

Dev guide: tweak format of instructions on import order

Open damithc opened this issue 8 years ago • 0 comments

Current:

For Import Layout: The order is import static all other imports, import java., import javax., import org., import com., import all other imports. Add a between each import

Suggested (better readability):

Tweak the order of imports as follows: all other imports <blank line> import java.* <blank line> ...

damithc avatar Jul 31 '17 05:07 damithc