摘要: If we pushed our changes already to the remote repository we have to pay attention to not change the git history (using commands like rebase, reset, a 阅读全文
posted @ 2019-03-26 20:54 Zhentiw 阅读(277) 评论(0) 推荐(0)
摘要: When you accidentally committed some changes to your branch you have various possibilities to “undo” that operation and add some more changes. One is 阅读全文
posted @ 2019-03-26 20:51 Zhentiw 阅读(179) 评论(0) 推荐(0)
摘要: By given an array [1,2,3]: Return all possible combinations. for example: [[], [1], [2], [3], [1, 2].... [1,2,3]] 阅读全文
posted @ 2019-03-26 20:18 Zhentiw 阅读(330) 评论(0) 推荐(0)
摘要: Using Naive JS: The main problem is inside 'rando' function, not really a FP way doing stuff. Arrow approach: It becomes complex with we need to do Pa 阅读全文
posted @ 2019-03-26 17:15 Zhentiw 阅读(252) 评论(0) 推荐(0)
摘要: We don't need to 阅读全文
posted @ 2019-03-26 00:35 Zhentiw 阅读(143) 评论(0) 推荐(0)