Breadcrumbs
Code Syntax
-
Code Syntax Debates in the Programming World
- Author
- Date
- Wed 29 Oct 2008 at 20:08
- Type
- Blog Entry
- Comments
- 6 comments
There are a number of code-syntax debates in the world of programming. Everyone has the common goal of establishing some sort of code-syntax standard so developers can easily work on each others' code, but everyone disagrees on exactly what the standard should be. Some programming languages, like Python, have largely solved this problem by enforcing a specific syntax on developers. However, these syntax debates still exist in many programming communities, such as the PHP developer community, as PHP gives developers a lot of syntax freedom. …
-
Hungarian Notation in C++
- Author
- Date
- Thu 10 Mar 2005 at 20:13
- Type
- Article
Hungarian Notation is a variable naming convention that includes information about the variable in its name. Here Ethan shows us more about the Hungarian concept and how to use it to our advantage.
