You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we store a pointer to a *db in both Client and message. That's fine since we are only storing a pointer, it is handy to move it around, but i don't like the confusion that comes with having TWO places for db, it is just two many things to worry about
The text was updated successfully, but these errors were encountered:
Currently, we store a pointer to a
*db
in bothClient
and message. That's fine since we are only storing a pointer, it is handy to move it around, but i don't like the confusion that comes with having TWO places for db, it is just two many things to worry aboutThe text was updated successfully, but these errors were encountered: