There is an extensive amount of programming languages and trying to learn them all is a rather complicated task. Even trying to learn each of them involves a complicated task due to its diversity, therefore most programmers are reduced to learning a couple of them. However, these types of situations also give rise to discussions about which language is better over others. Despite the differences that are present in each language there are peculiarities that developers look for in each of them, for example, the readability of the codes. It may seem like a trivial topic about what is the most correct way to use as a comment indicator, but it is not. Discussions open and diversify to try and find the best option to comment, after all, this determines to some extent the legibility of the codes and their understanding. Similarly, the assignment of names for functions, methods, variables, among other objects that need to be named in a code works. Finally, as a personal opinion, there i...