Skip to content

Instantly share code, notes, and snippets.

View Kayra's full-sized avatar
☺️

Kayra Kayra

☺️
View GitHub Profile

Front-end Technical Debt Reduction

Testing

Components must be tested behaviourally before any changes can be made.

Consistent state management

  • Maintain consistent implementation of component state, redux store and cookies/session storage
  • Make difference between component state and redux store more explicit (naming conventions, both are referred to with state name)