Skip to content

Instantly share code, notes, and snippets.

@matty-digital
matty-digital / styleGuide.md
Created August 20, 2016 02:57
Style guide for writing code in cs0134 and cs1520

Introduction

This is the style guide that you will be required to follow for any and all code submissions in this class. There is a very good chance that, should you decide to venture out into the wild and develop software professionally, you will be required to follow some sort of coding standard. All submissions must adhere to this style guide, if they don't there will be penalties up to and including the submission not being accepted or cosidered for a grade. You're in luck though, as this is a relatively easy style guide to follow. Suggestions are always welcome and above all else, even if you hate style guides and vow solemnly never to follow one again in your whole life...just make sure your code is consistent. Your future self will thank you. On a side note, it will be relatively apparent to me if you don't follow the style guide.

If changes are made to this guide throughout the semester, I will be sure to let you know and discuss the change with you.

General

Indentation

@matty-digital
matty-digital / mega_gist.md
Last active September 1, 2016 23:07
This is my totes rad awesome perf gist about stuff, perhaps things, who knows...let's get weird (with the code) (seriously) -- PROMISE

A headng

A smaller heading

here's a cute little block of code, ya'll

Here's a gnarly big
'ol hyper chunk
of junk...aka
teh codez
@matty-digital
matty-digital / newhotness.md
Last active January 4, 2017 23:52
This will be the COOOOOOOLEST gist about a project I haven't done yet...EVAAAAAAR

First Last

CS0134 - Project Proposal

email address

Tech Stack

  • Handsomeness
  • CSS
@matty-digital
matty-digital / oopInClass.php
Created October 28, 2016 23:00
OOP PHP In Class Example
<?php
$varOne = array(
"teacher" => "Me",
"class" => "1520",
"students" => "yinz guys",
"languages" => array("php", "html", "js")
);
class Example {

Heading

Another heading

italic

bold

etc etc

This is a big heading

This one is slightly smaller

I think you get the point now, you can go up to 6 hashes deep if you need to