Right now the Reddit interaction logic is bundled into the class for the main Form.
The two ought to be separated.
The namespace:
- Reddit (namespace)
-- Client (class)
--- Login (method)
--- LoggedIn (prop)
--- GetModUsers (m)
--- etc
-- Data (nested namespace)
--- Listing
--- UserList
--- Account