Category: Miscellaneous
- Bad Code class Foo { Bar createBar() { } class Bar { } }
- Good Code class Foo { Bar createBar() { } static class Bar { } }
Log in to post a comment.