Page MenuHomeDevCentral

Define Application, Environment and Session as framework key parts
ClosedPublic

Authored by dereckson on Tue, Oct 21, 21:06.

Details

Summary

The Environment class calls the dotenv library to read environment
variables from .env, satisfying T2147 plan.

At this stage, we've still code difficult to isolate for testing,
with lot of singletons and static invoke, but we start a clear path
for dependency injection into Context, the application service container.

Ref T2145
Ref T2147.

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Tue, Oct 21, 21:07

At this stage, we've still code difficult to isolate for testing, with lot of singletons and static invoke, but we start a clear path for dependency injection into context, which act as a service container.

[Moving comment to description]

EOL at EOF (remove the one we've introduced here at least)