I heard from a Daniel that, if you have the opportunity, you 'd better track a good open-source project from the very beginning, so that you can learn a lot, including the latest syntax features. The most important thing is, generally, a good open-source project has a very subtle design. You can see many design patterns in it. If you can track down one, you can learn a lot. Unfortunately, I am not very technical and have not found a good opportunity, so I have always been quite sorry. However, although I have no chance to track an open-source project, I still have the opportunity to see other people's source code. So I decided to adopt a compromise method first, that is, to study the source code of a good open-source project, I believe that if I can stick to it, I will certainly learn a lot. I chose Lucene as a search-related task recently.
Lucene is a well-known open-source search framework. It was originally written in Java and subsequently transplanted to manyProgramFor example, C ++, C #, Ruby, Python, and other languages all have corresponding Lucene versions .. Net has several Lucene versions. It was called nlucene at the beginning. When it was updated only to version 1.2, it was not updated any more. Later, it was called mongoe.net, this version has been updated to 2.9.4, but since it has become a commercial version, it has appeared to be called dotlucene, which is actually re-developed on the release e.net version. However, it is a pity that the dotlucene project did not last long and was closed in. The reason on the official website is that the author was too busy to provide high-quality source code. But all. NET platform Lucene source code can still be found online. because this project is a simple to complex development process, I have no contact with it before, so it may be difficult to study lucene.net and dotlucene from the very beginning, so I started from nlucene.
I will record my notes in the course of study and hope that I can improve my technical skills through such learning. I know that my willpower is not strong. I may write slowly or stick to it, but I will try my best. Come on!