bespoyasov / solidbook

Book about the SOLID principles and object-oriented software design.
https://solidbook.vercel.app
MIT License
609 stars 58 forks source link

Update OCP - patterns #201

Closed Wdyffs closed 1 year ago

Wdyffs commented 1 year ago

We can not use FormatterFactory as function signature, because we return class itself, not instance. That cause a ts compiler error.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solidbook ❌ Failed (Inspect) Apr 10, 2023 9:58am
bespoyasov commented 1 year ago

Thanks for noticing!