上一页 1 ··· 262 263 264 265 266 267 268 269 270 ··· 477 下一页
摘要: Did you make a typo in your last commit message? No problem, we can use the git --amend command to change it very easily. Note: This only holds if you 阅读全文
posted @ 2019-03-25 21:34 Zhentiw 阅读(277) 评论(0) 推荐(0)
摘要: Often you have your feature branch you’ve been working on and once it’s ready, you just want it to merge into master as a single commit. You don’t car 阅读全文
posted @ 2019-03-25 21:30 Zhentiw 阅读(255) 评论(0) 推荐(0)
摘要: Gosh no, I just added all of these commits to master. They were thought to be peer reviewed first in a dedicated branch! No worries, in this lesson we 阅读全文
posted @ 2019-03-25 20:59 Zhentiw 阅读(236) 评论(0) 推荐(0)
摘要: Recently, I am learning Working with ADT. Got some extra thought about State Monad. Basiclly how to thinking in State. First, we need to know the type 阅读全文
posted @ 2019-03-25 19:06 Zhentiw 阅读(278) 评论(0) 推荐(0)
摘要: Given a sorted array, for example: Then we rotated it 1 time, it becomes: 2 times: So now given you an array which is rotated N times based on an sort 阅读全文
posted @ 2019-03-25 05:12 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: In previous post, Arrow Functor with contramap, we have seen how to opreating on params before we invoke the function by using Arrow + contramap. It h 阅读全文
posted @ 2019-03-24 22:06 Zhentiw 阅读(356) 评论(0) 推荐(0)
摘要: This lesson teaches you how arguments passed to a curried function allow us to store data in closure to be reused in our programs and applications. Si 阅读全文
posted @ 2019-03-23 22:10 Zhentiw 阅读(190) 评论(0) 推荐(0)
摘要: To demonstrate the difference between mutability and immutability, imagine taking a drink from a glass of water. If our glass is mutable, when we take 阅读全文
posted @ 2019-03-23 21:58 Zhentiw 阅读(206) 评论(0) 推荐(0)
摘要: When migrating AngularJS (v1.x) applications to Angular you have different options. Using Angular Elements is one of them. In this lesson we learn how 阅读全文
posted @ 2019-03-22 16:41 Zhentiw 阅读(348) 评论(0) 推荐(0)
摘要: It helps to understands how recursive calls works. So for our 'helper' function, when calling it, it stop there until when reach the end. one | two | 阅读全文
posted @ 2019-03-21 23:57 Zhentiw 阅读(175) 评论(0) 推荐(0)
上一页 1 ··· 262 263 264 265 266 267 268 269 270 ··· 477 下一页