General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Fireship
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "FORTRAN in 100 Seconds" video.
Though, it's still a good idea to limit your line length as our eyeballs can only take in so much and not everyone has eagle eyes to use the full screen width of a 4k monitor. I try to maintain a limit of around 90 which allows me to fit 4 terminals on a desktop at a legible font.
7
@pavfrang That is complete BS, C has continued evolving and is still being updated by the standards committee. A preview release was just released last year. Also, OOP is a design philosophy, it need not be added onto a language or incorporated into it for you to write OOP code. 90% of my library is written in an OOP style, and it's all C.
4
@phinix250 That's one of the reasons why I avoid languages which try to enforce a given style. I prefer a language to not constrain me, even if it's more dangerous.
4
@SkyyySi For the majority of Python code that a programmer will look at, they aren't required. There is little functional difference between not having them at that point, especially when their usage is discouraged by nearly everyone.
1