it gets kind of unruly-looking even if you have, s...
# getting-started
k
it gets kind of unruly-looking even if you have, say, 3 params being passed in. Once I hit 3, I tend to chop it down and put one param on each line. It gets even worse if you have a lot of interfaces being implemented because now your general structure of your code is:
Copy code
- Class name
- Some vals... wtf are these doing here
- Superclass
- A bunch of interfaces
- Wtf even more vals? Why are they all the way down here now?
- Other constructors
- Functions