摘要: <head>:<scope> <body> 提交频率 只要我对项目进行了修改,一通过测试就立即 commit。比如修复完一个 bug、开发完一个小功能,或者开发完一个完整的功能,测试通过后就提交。 我们规定一个时间,定期提交。这里我建议代码下班前固定提交一次,并且要确保本地未提交的代码,延期不超过 阅读全文
posted @ 2021-06-08 16:37 Binb 阅读(569) 评论(0) 推荐(0) 编辑
摘要: go 简单实现heap go有一个线程的heap接口 实现简单的方法即可实现heap container/heap/heap/Interface type Interface interface { sort.Interface Push(x interface{}) // add x as ele 阅读全文
posted @ 2021-06-08 10:00 Binb 阅读(174) 评论(0) 推荐(0) 编辑