Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...
watfus/miniblinkPublic forked fromdel-xiong/miniblink Notifications Fork0 Star0 Latest commit raintean 初始化提交 Dec 20, 2018 898e848·Dec 20, 2018Dec 20, 2018 History History
It will be built if it is needed according # to :use_fast_cpp_protos. # https://docs.bazel.build/versions/master/be/common-definitions.html#common-attributes "manual", ], deps = [ ":protobuf", ":proto_api", ] + select({ "//conditions:default": [], ":use_fast_...
Code is not following code style guidelines Bad naming: make sure you would understand your code if you read it a few months from now. KISS: Keep it simple, Sweetie (not stupid!). DRY: Don't Repeat Yourself. Code that is not readable: too many nested 'if's are a bad sign. Perform...