GNS | Coding 101
Code, Made Simple...
Programming is an interesting ordeal. In my experience as a tutor, too many students seem to
focus on trying to memorize a specific language's syntax , instead of
learning proper code logic.
As much as we all hate doing it, starting with UML (Unified Modeling Language) diagrams
and/or psuedocode can actually speed the development process. How? By catching errors in
logic . What may seem obvious when thinking about a problem can prove
to be utterly wrong once it is written out and studied. Otherwise, these errors in logic
may not be caught until too much time has been spent trying to fix troublesome code...
Below, you will find links for each language or process I am at least passingly
familiar with. Alternatively, you can click one of the links above or below to be
taken to the next topic I have chosen to *attempt* to explain...
Please select a post to view from the list below. Java Classes
A short rundown of a few of the key points to consider when developing a Java class.
Posted: November 21 2008 16:08:00 EST
Visual Basic
First rule of GeeksNeverSleep: We don't talk about VB...
:p
Posted: November 21 2008 16:02:00 EST• Updated: December 17 2008 15:38:00 EST
Java: Multiplatform Powerhouse
Ask most techie people what drives the web, and a fair portion of those people will say, Java ...
Posted: October 08 2008 18:46:00 EST• Updated: November 21 2008 16:11:00 EST
C# : Creating a Custom Class
It's probably just my infatuation with C# that makes me say this, but I find creating classes in C# much easier than any other language I've learned.
Posted: October 03 2008 13:29:00 EST• Updated: October 17 2008 10:35:00 EST
C# : .NET's Native Tongue
Built from the ground up to implement the .NET framework. Highly managed. My first choice to code with.
Posted: October 03 2008 11:13:00 EST• Updated: October 17 2008 10:56:00 EST
C/C++ : Creating a Custom Class
Like any object-oriented programming language, C++ implements the class logical construct to enforce the ideas of encapsulation, inheritance, and polymorphism.
Posted: October 03 2008 12:57:00 EST• Updated: October 17 2008 11:08:00 EST
C/C++ : Includes
C and C++ have a robust code library behind them. Add them to your code using the include directive.
Posted: October 03 2008 10:55:00 EST• Updated: October 17 2008 11:12:00 EST
C/C++ : Power at Your Fingertips
Fast, versatile, customizable. My go-to choice when all else fails.
Posted: October 03 2008 10:36:00 EST• Updated: October 17 2008 11:13:00 EST
Conditional Statements
Here you can review some samples I threw together for demonstrating conditional statements in the few languages I have experience in.
Enjoy!
Posted: October 01 2008 22:06:00 EST• Updated: October 29 2008 17:10:00 EST
Unified Modeling Language
If you can't visualize your code logic, you might have a hard time coding a robust application. Use UML to help yourself see the light ...
Posted: September 29 2008 01:26:00 EST• Updated: November 09 2008 23:49:00 EST
Object-Oriented Programming
Most modern programming languages implement a concept called OOP , or Object Oriented Programming . We're tactile animals, and apparently we like our code to allow us to mentally grasp our logic structures...
Posted: September 27 2008 00:59:00 EST• Updated: October 17 2008 11:58:00 EST
Generic Code
Generic code, otherwise known as pseudo-code, is really nothing more than a first approximation of the logic of your program, but written in a very readable manner.
Posted: September 26 2008 00:00:00 EST• Updated: October 17 2008 12:01:00 EST
There are a total of 12 article(s).