刘予顺
刘予顺
代码很不错,但是写法还是过于倾向于C。。。读起来比较费劲,希望能够进行一系列优化
I was studying the code of jucipp in resent days and noticed that you are implementing cmake support in a hard way. Since cmake3.7 a official server mode was added...
I've selected [**DefaultNamespace.DefaultClass::defaultBlockRendererImplementation(VertexArray, Chunk*, BlockTexCoord, Vec3i)**](https://github.com/Infinideastudio/NEWorld/blob/3653b7bef934f0a1841723d6bca7f575efb644ed/Shells/GUI/Source/renderer/blockrenderer.cpp#L35-L143) for refactoring, which is a unit of **91** lines of code and **12** branch points. Addressing this will make our codebase more maintainable and...