cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Rearrange WebsocketClient and skeleton for Compiler code #704

Closed yuliswe closed 7 years ago

yuliswe commented 7 years ago

I realized when we talk about "singleton" what we really mean is a "namespace". This is an alternative solution to PR #703 All instances are now global constants. So every reference will be the same instance. No singleton pattern here.

pasted image at 2017_03_19 02_18 am

How to use: