hi people,

I think it's now time to discuss a little bit.

GL support is getting close from completion, and we might be able
to finish step 1 approximately by the end of january.

I'd like you to take a look at the source code and compute a small list
of what is wrong inside it. like:

- non documented methods

- functions not belonging to any class, that should (like the draw_box
function which should be a method from the image class)

- a few methods are now useless. which one ?

- useless comments: nothing against you pablo, but things like
//!set gamma
void set_gamma(float g);
are useless (I know, I also do it)

- what methods could be moved from .cc into .h ?
(simple accessors methods like)
float get_gamma() {return gamma;}

- what files have bad indentation ? (please everyone be carefull with
  that)

- what methods are badly constructed ? (too long with lots of things that
  should be moved outside it)
  for example the gcfgnew::gcfgnew clearly has too much things inside it

that's it

thanks for your attention

Fred
-- 
Why fear computers ? They don't byte !

Attachment: signature.asc
Description: Digital signature

Reply via email to