Skip to main content

All Questions

2 votes
3 answers
247 views

What options are there to handle dependencies that may error?

I have an application, which contains a logger. The logger already exists and is ready to be used, so it can be passed directly to the constructor. class App { private readonly logger: Logger; ...
404 Name Not Found's user avatar