Welcome to RandyLoops! SourceForge Logo

Main

Group Members

Documentation

Files

Wiki Page

Meeting Notes

Coding Standards

Since we are all computer science students, and we've all taken CS125 with Jason Zych (and it's in java), we decided on using his code as our coding standard. For a sample, see the CS125 website. Basically, we want our code to have the following things: file headers on top which describes what the file does, headers on each method which describe their function, and a consistent indentation format.