79627939

Date: 2025-05-19 00:20:05
Score: 0.5
Natty:
Report link

I would advise against extending a parent component (favour composition over inheritance). Move your shared functionality to utils (if pure logic functions) or a service (if requires data or state etc) Then extend EmberObject instead, or better yet refactor the component as a native class.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Caltor