Google-apps
Hoofdmenu

Post a Comment On: C0DE517E

"Code Tourism"

6 Comments -

1 – 6 of 6
Blogger DEADC0DE said...

My 1cent: https://github.com/paulhodge/EASTL/blob/master/include/EASTL/vector.h

January 11, 2011 at 1:12 PM

Anonymous KestasL said...

If you develop this idea further, just enough to make public the code. Will be required and source criticism.
Who will determine that the code is worth attention? :)

January 12, 2011 at 3:41 AM

Blogger DEADC0DE said...

KestaL: I don't understand your comment, sorry.

January 12, 2011 at 10:15 AM

Anonymous KestasL said...

Sorry me English is poor and I tray translate a post with Google translator :). Now I rewrite post by me self and try explain.
I will say: if we look at programming like at art is not enough just make programming code (like paintings in art) public, and share for all. Who decide code (or project structure) write good or bad? In art we have art historians and reviewers. Who not make art, but analyze him. Who will due this jab on programming?
Anyway I agree software developing is art. And will be look at programming from this corner.

January 12, 2011 at 11:12 AM

Anonymous Anonymous said...

I always look at other source codes for different things, here some examples:
- for basic wxwidget stuff I look at the editor of the spin-x-engine (http://www.spinxengine.com/). With that I easily got a basic editor working.
- eastl for container-stuff (is eastl reentrant?) or stdcxx
- imgui and "immediate mode" stuff (http://www.johno.se/?tab=software)
- mmorpg sourcecode (ryzom or http://massiv.ow2.org/)
- multithreaded job management (http://software.intel.com/en-us/articles/nulstein/)
- game tool framework (https://github.com/HeliumProject/Helium)

great idea, keep them coming ;)

January 13, 2011 at 4:49 AM

Anonymous Jörg Seebohn said...

1. The closed source world is a very bad place to learn from.

2. The old world economics is based on the concept, that information hiding is good. Or at least if is not possible then to own ideas by use of patents.

3. My idea is that every software project should be structured like an interactive (software) book. The documentation and the project are the same. If you want you can jump to a page of code and can interactively execute a certain part and the result is visualized. All initialization is done by the "software book interactive environment" so that you do not have to configure anything just you are able to concentrate on a specific topic.

March 10, 2011 at 12:33 AM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot