Parallel features with Git

Summary

I worked on two feature at the same time and then merged it with master branch. Just a recap, the project is a cli tool that check healthy links in HTML files.
Repo link
Merge commit

Features

First new feature was giving option for users to choose whether they prefer colored output or non-colored output. Second new feature was giving option for users to choose only view healthy links or only bad links or all links.

Challenges

Adding more options/flags so far for me is add more nesting if checks. Second challenge was working on two feature parallelly and later on merged them. Merging is simple so far but in my experience, it’s one of the most painful task in collaboration.

Lessons

I want to code better when adding more features. I cannot keep adding more nested if check for print every time.

原文链接:Parallel features with Git

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
Life is the flower for which love is the honey.
生命如花,爱情是蜜
评论 抢沙发

请登录后发表评论

    暂无评论内容