-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发日志 #2
Comments
2018-4-19: 工作中任务挺重,写写开源算是放松下。 |
2018-4-21: |
2018-4-22: 在设计的思考: 添加以下的tag, 可以diff 出变化 关于学习: |
谈点做开源的心态。 开源世界是个宝库,同一个领域存在多个方案多种实现。牛人也特别多,但这些能不能被你所用,这完全取决你自己,而非别人。 代码、讨论、文稿、专家都在那里,基本想拿就拿想问就问。 Contributions are absolutely, positively welcome and encouraged! Contributions come in many forms. You could:
We aim to keep Rocket's code quality at the highest level. This means that any code you contribute must be:
All pull requests are code reviewed and tested by the CI. Note that unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rocket by you shall be dual licensed under the MIT License and Apache License, Version 2.0, without any additional terms or conditions. |
2018-4-23: |
2018-4-29: 完成 #23 ,实现,cmd的注册、生成的功能,当前已完成 rigger-ng 80%设计性工作。 为什么设计会花之么久的时间? 主要看设计都包括那些工作。当前代码3000行左右 核心抽象 质量标准:
这些工作,都没有办法在图型设计(UML)层面来实现与验证。需要在code层面进行。 |
2018-4-30: 今天最大的进展 是项目与travis-ci服务进行集成,地址可见: https://travis-ci.org/xcodecraft/rigger 在与朋友谈到做开源的时候,我说,我希望更多的技术同学应该拥抱开源,因为参与开源协作,就是与当今最先进的软件开发生态对接,学习最优秀的开发方式,优秀的文化,从而让自己可以打开眼界,改变思维。让自己更有目标、更主动、为世界交付你的创造价值。 |
因学习rust,以及工作需要,想到用rust 来完成rigger-ng的重写。开源不是简单的公开自己的代码,它是:
在此开设 issues 来记录 rigger-nx的项目的历程。
开源无疑是软件开发先进生产力的代表之一,希望有更多的同学学习或加入开源项目。
The text was updated successfully, but these errors were encountered: