View Poll Results: how would you rate my source code

Voters
11. You may not vote on this poll
  • great

    1 9.09%
  • good

    1 9.09%
  • okay

    2 18.18%
  • bad

    7 63.64%

Thread: Rate my source code :)

  1. #1
    CIS and business major
    Join Date
    Aug 2002
    Posts
    287

    Smile Rate my source code :)

    I wrote the tree view gui for the final project in my windev class.

    Rate my source code!
    http://www.geocities.com/lynch100010/ParseTreeView.txt
    Last edited by Terrance; 10-15-2003 at 08:00 PM.

  2. #2
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    long == bad

  3. #3
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    I give it a bad fo the sheer presentation. How do you expect anyone to grade so many lines of code? Come on, if I sent you 3K lines of code in a single document wouldn't you think the same. I'm sure if you would supply us with a zip of all this seperated by .h and .cpp and whatnot with a .wds to put it all together, you would get better responses.

    Also, a bit more elaboration on the project would be beneficial for any objective "grading",

    axon

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  4. #4
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    I don't see what's wrong with it, I'm used to working with way more to be honest. Maybe you could've cut it up into smaller files for the heathens, but us higher level orgasmically fantastic beings can cope.

    EDIT:
    oh yeah,
    I gave it a good

  5. #5
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    uhh. I'm no expert, and this is for c, but:
    http://www.chris-lott.org/resources/...ll-cstyle.html

    it's useful.

  6. #6
    Registered User JamesM's Avatar
    Join Date
    Sep 2003
    Posts
    18
    Would I be able to request a further option of couldn't be bothered to look through it all

    I like the ten commandments. I might have to plagiarise that bit!!!

  7. #7
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    i gave it bad... i would have looked through it, but what's with the text file?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  8. #8
    CIS and business major
    Join Date
    Aug 2002
    Posts
    287
    A lot of the code was form generated.

    Anyways, I liked the code. The code was based off of a recursive loop that populated the nodes of the tree.

    I was commended by my teacher on the design of the program.

    Anways, I cut down the amount of code, for a better perspective.

    Plus it was a large team project, and the overall program was 10,000 lines of code.

    http://www.geocities.com/lynch100010/ParseTreeView.txt

  9. #9
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Put em in seperate files. No more than 1500 lines per file.

  10. #10
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    but what's with the text file?
    well you see text files are generally used for placing characters into a file to be saved on your hard disk. a .txt is the same as a .cpp (simple text with no extra formatting data), so the point you tried to make is moot imhmfo

  11. #11
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    i know it's the same, but compilers more readily read/compile .cpp files, so if you want your code evaluated, you should put it in a format that I can see syntax highlighting on...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  12. #12
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    lol I was being an ass munch...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to make a program that prints it's own source code???
    By chottachatri in forum C++ Programming
    Replies: 38
    Last Post: 03-28-2008, 07:06 PM
  2. Replies: 4
    Last Post: 01-18-2008, 07:05 PM
  3. DxEngine source code
    By Sang-drax in forum Game Programming
    Replies: 5
    Last Post: 06-26-2003, 05:50 PM
  4. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  5. Source Code Beautifier
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-05-2002, 09:21 PM