Skip to main content
Code Review

Return to Revisions

2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/

Just two quick notes:

  1. From Clean Code by Robert C. Martin:

A class name should not be a verb.

So, Start does not seem a good name.

  1. Furthermore, it seems that Band "is-a" Start is not true. Check HAS-A, IS-A terminology in object oriented on StackOverflow and the linked resources in that question.
palacsint
  • 30.4k
  • 9
  • 82
  • 157
default

AltStyle によって変換されたページ (->オリジナル) /