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
We have some giant files like the operations.go file that make it pretty hard to maintain. It is probably possible to decompose this file into separate smaller files such as a file for common functions and separate files for each operation type
We have some giant files like the
operations.gofile that make it pretty hard to maintain. It is probably possible to decompose this file into separate smaller files such as a file for common functions and separate files for each operation type