DEV Community

Discussion on: C# Classes, Objects, and Class Members Explained by Dan Harmon's "Community" | Dear Coder

Collapse
 
murphymurph21 profile image
John Murphy

Nice Kasey, love your humor. You definitely are your way to being a great content creator!!! Some things to consider that are hopefully constructive. I think you meant Functional programming and not Procedural. I could be wrong. When I think of procedural programming I think of things(objects, data, etc.) being dynamically changed at runtime. Also Javascript functions uses camelCase tellsJoke (); and C# methods use PascalCase TellsJoke();. Love the work you put into this article tho, great work man!!!!