📝 What did I learn this week #2
Hello there. I have had a little bit hard days but still there were some new things to share.
vim error quit
Sometimes you need to quit editor with error code. It happens not so often and the most notable situation is when you need to somehow abort git-committing at “write your message” stage. Here you can manually kill your editor’s instance or, in case of using vim, enter :cq
(link). Finally I don’t have to kill my vim instance manually.
scala fp practice
I have decided to start reading some FP Scala books as long as I had not a lot of real-world practice with it and I feel some lack of such experience. So leaving here some useful links to start with:
At least I hope it will help me to fill some gaps.
Conclusion
Thank you for reading this little article, I hope it will be useful to someone. Feel free to reach me if you have something to say. And also take a look on the posts on similar topics: