Jakub Müller
Jakub Müller
> couldn't you use traefik as a reverse proxy to manage this ? > > Run traefik as a docker container inside the gitpod workspace I'm not sure, how can...
> one thought is to use it to rewrite the url / host > > so, you would call `localhost/tenant-a` and traefix would intercept the request and take the url...
I learned the docs of traefik and it looks like, it's possible use only for publicly visible services. In our case, we have self-hosted gitpod in our private network. Still...
I agree with @loreto . However if the underscore is already use as separator between type and id parts, maybe the hyphen would be better choice.
Not just classes, but other types too!
Instead of single class with multiple constants, I'd prefere one class per value. Usage: ``` Console.WriteLine((new Universe.Mathematics.Numbers.Integers.Five()).IntegerOfFive); // prints 5.0123 Console.WriteLine((new Universe.Mathematics.Numbers.Decimals.Five.Zero.One.Two.Three()).FloatOfFiveDotZeroOneTwentyThree); ``` The class shall implement own interface, so...
> Something similar exists for real when using else if in the popular sonar scanner: https://rules.sonarsource.com/csharp/RSPEC-126/?search=Else That's horrible 😭
If every implementation had a CLI, a universal test could be done. I personally would like a test like that. I wouldn't miss any changes in the specification.