code-structure Questions

9

Solved

I've been assigned to do some work on a huge Java project, and the influence of several iterations of developers is obvious. There is no standard coding style, formatting, naming conventions or cla...
Flessel asked 19/10, 2010 at 17:57

5

Solved

I would like to get some advice on structuring my javascript code and jquery functions. I like to use JQuery for dom event handling and ajax etc. I have written what seems like poor code in the pas...
Somewhere asked 20/7, 2010 at 14:21

1

Solved

I'm interested in how people structure their Clojure source code. Being used to Java, I'm pretty familiar with the paradigm of one class per source code file, bundling all the data and meth...
Dyarchy asked 17/6, 2010 at 14:47

4

Solved

When I have a header file like this: #ifndef GAMEVIEW_H_ #define GAMEVIEW_H_ #include <SDL/SDL.h> class GameView { public: GameView(); virtual ~GameView(); virtual void Update() = 0; ...
Elman asked 17/6, 2010 at 10:16

© 2022 - 2024 — McMap. All rights reserved.