Skip to content

Commit

Permalink
readme betterment
Browse files Browse the repository at this point in the history
  • Loading branch information
wotbrew committed Jan 5, 2018
1 parent 38b287d commit c31347a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ objection is about managing graphs of objects that acquire resources globally su
as connections, connection pools, threads, thread pools, servers, processes etc.

## Rationale
I maintain big situated programs that need to talk to multiple databases, manage threadpools, processes and so on.

Certain objects in most programs have global implications that are not managed by the garbage collector. They often have lifecycles, acquire
resources or have side-effects just by being 'active' (e.g a thread). They are often dependent on one another, and those dependencies
Expand Down

0 comments on commit c31347a

Please sign in to comment.