-
Change all the code into objected oriented method. Using classdef along the code including main.
-
Let the students do the labs. Check that they run (simple testing). Have a seminar where we discuss various solutions.
The group can present the solution. That's how we check that they actually did…
dbosk updated
2 years ago
-
Make mutexes and locks more _OOP_ like to avoid having explicit lock and unlock in `operations.c`
-
Jeremiah,
You are making very good progress, keep it up! Think about how you can refactor a little bit to have at least two classes in the program. One part of the Systems rubric is using the objec…
-
The current design of the code is messy, make it more object oriented, taking cues from biographer-ui.
@matthiasbock, I would like to know the reasons for abandoning the simulator object. I agree it …
-
I've been thinking that the core of Nitro API could be structured to be more pipeline-oriented. Previously, we were discussing what information backends should extract and what should their responsibi…
-
Description:
We need to refactor the GameBoard component to improve its structure, make it more modular, and more suitable for animation. The goal is to have a more maintainable and extensible codeba…
-
Data oriented design is something that is probably worthwhile implementing into just about any game engine, however, it requires a bit of a flipped perspective on how to set up your data. At the very …
-
What does everyone think about creating more pvp oriented game play?
Everything from scheduled tournaments to system generated events. Currently all we have is the usual log on, run around the worl…
ghost updated
10 years ago
-
At the moment the plugin follows the wordpress coding style, which is based on where PHP was around version 3. And although it would take forever for Wordpress to be re-done on an OO style, plugins ar…