Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 278 Bytes

File metadata and controls

17 lines (15 loc) · 278 Bytes

Remove Setting Method

Why?

  • The value of a field should be set only when it’s created, and not change at any time after that.

Benefits:

What?

How?

Sample

Before

After refactoring