You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

285 B

Big Objects

  • Force: Refactoring may be considered if an object has many methods and variables.

  • Solution: It may be possible to break this object up into a few smaller objects. This can be done for readability, simplicity, and overall funtionality.

Back to Index