Hacker News new | past | comments | ask | show | jobs | submit login

Is this snippet of code bad? I was just randomly browsing https://github.com/aspnet/KRuntime/blob/dev/src/Microsoft.Fr...

        private bool IsDifferent(ConfigurationsMessage local, ConfigurationsMessage remote)
        {
            return true;
        }

        private bool IsDifferent(ReferencesMessage local, ReferencesMessage remote)
        {
            return true;
        }

        private bool IsDifferent(DiagnosticsMessage local, DiagnosticsMessage remote)
        {
            return true;
        }

        private bool IsDifferent(SourcesMessage local, SourcesMessage remote)
        {
            return true;
        }



I should have put a TODO in there :)


It happens in the best families... :)


thats why its called vNext, not vCurrent, still a work in progress


        public struct Nada
        {
        }
Probably work in progress



lolwat


Honestly? It looks like an API that's suffering from lack of an interface.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: