RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Data structure cleanup #133

Closed vteague closed 1 year ago

vteague commented 1 year ago

This PR contains a variety of data structure cleanups:

  1. Getting rid of the global ReadingContext and substituting some specific static data structures for particular things.
  2. Using a better Result type for internal use, which gets rid of a lot of null-related problems.