stackmuncher / stm_server

The server-side code behind stackmuncher.com, a global directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Split inbox_router handler function into manageable chunks #3

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

It is very linear and very monolithic at the moment. Splitting it into smaller chunks and sub-routines will make the code more readable.