R
R
Ryabos2017-08-19 00:23:31
Programming
Ryabos, 2017-08-19 00:23:31

Where to look for best practices?

I needed to write a text parser for my own needs, or whatever it is called in Russian. But lately I've become concerned about the quality of my code - I want to do it well. Where can I look for (and what exactly to look for?) an example of how to solve such problems?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
i_visseri, 2017-08-19
@Ryabos

If you just want to learn how to read / write other people's code better, then read GoF and Clean Code. The next question is, which parsers? If programs - then you need Aho, Wirth, some other literature on compilers. If natural language is the area of ​​NLP, and if site parsing - libraries like jsoup and scrapy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question