@tanmaykm I'm getting gRPCServer.jl ready to register and think it would be better to setup a gRPC.jl mono repo to avoid code duplication / simplify testing. I'd like to split things into three packages:
- gRPCCore.jl
- gRPCClient.jl
- gRPCServer.jl
Would something like that be acceptable? We are also not allowed to start without a capital letter for registration anymore, so I'm trying to figure out what to do about that. Renaming gRPCClient -> GRPCClient seems worse than just having an inconsistent naming convention between the package names.
@tanmaykm I'm getting gRPCServer.jl ready to register and think it would be better to setup a gRPC.jl mono repo to avoid code duplication / simplify testing. I'd like to split things into three packages:
Would something like that be acceptable? We are also not allowed to start without a capital letter for registration anymore, so I'm trying to figure out what to do about that. Renaming gRPCClient -> GRPCClient seems worse than just having an inconsistent naming convention between the package names.