[Yact-dev] Source code
Status: Pre-Alpha
Brought to you by:
basic
|
From: Marius S. <ma...@fi...> - 2000-03-12 00:13:23
|
I did a few trivial changes to Yact. I have to get to know the code. I
tried to do a rubber band selector, but I got all confused by the
inputhandler/provider system.
Also, the indention used must be pretty unique. Why do you do this:
int
foo;
in the class headers? What's the rationale? Unfortunately, Emacs gets a
bit confused by such "indenting."
Personally I prefer to have the comments for memeber functions in the cpp
file, not in the header. I mean, I do all the work in the cpp files, not
in the header files, so to me, it makes little sense to have the comments
there. Is there a reason for having the comments in the header files?
- Marius
|