
14 Oct
2020
14 Oct
'20
10:40 a.m.
TO ALL. 踩过的坑, 影响决策的关键点, 请全部记录下来. 踩过的坑, 影响决策的关键点, 请全部记录下来. 踩过的坑, 影响决策的关键点, 请全部记录下来.
+ def check_url_commit(url, base_url, email) + hub_name = url.split('/')[2] + check_gitee_commit(url, base_url, email) if hub_name.eql? 'gitee.com'
Should comment why gitee needs special handling. What's the tradeoff behind the code. 踩过的坑, 讨论的影响决策的关键点, 请全部记录下来. 否则的话, 别人光看代码会一头雾水, 难以理解和维护. Thanks, Fengguang