Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

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 HAS-A, IS-A terminology in object oriented on StackOverflow and the linked resources in that question.

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.

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.
Source Link
palacsint
  • 30.4k
  • 9
  • 82
  • 157

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.
lang-php

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