+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Public appeal: post your complete sources

  1. #1
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Arrow Public appeal: post your complete sources

    My public appeal to CodeCall members: Please post your complete source codes.

    After being a CodeCall member for days and weeks now, I realized that something is wrong. Our members are asking for help with fixing their code but they don't get exactly adequate code analysis.

    The reason seems obvious to me: there is *no runnable code* to make any code analysis. For example, someone is asking why his code is not working. He also posts a block of code along. What follows?

    1. Proofreading the posted code: not many people will bother to do that. Reason is so simple, it is a hard work. Especially if code is spaghetti-like.

    2. Running and debugging your code: this is the *best method* to do code analysis. But it is also not possible, because... no one posts their *full runnable* code.

    3. Copying and pasting your code to a new solution: anyone thinking that this really takes place is just a lame. It won't happen, thus no one will see how your code is working. "Looking at code" is not enough, it needs to be "seen in action" if you catch my drift.

    Let me summarize. If you are interested in us solving your problems, then post full, compilable and runnable source codes. Also it's good to mention what IDE you are using for it.

    Now, blame on me. Tell me it does not happen and everyone are happy with their responses...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Public appeal: post your complete sources

    I like the idea and full post code helps. I suggest you post the problematic code block in code tags and then attach the full project. I agree, it helps to be able to run the entire project.

    Thread Stuck

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Public appeal: post your complete sources

    Agreed. With certain languages, this will involve posting multiple files. For example, Delphi has a .dfm file(the form layout) for forms that is just as necessary as the .pas file. Project files for IDE's/compilers can also be crucial.

    I think one of the things that confuses new programmers is the variety of files that may actually be necessary for a project to be compiled. If you don't know what you need to include, ask. We generally know.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    barkermn01's Avatar
    barkermn01 is offline Newbie
    Join Date
    May 2009
    Location
    Leeds, UK
    Posts
    15
    Rep Power
    0

    Re: Public appeal: post your complete sources

    I hear that

    9 out of 10 times every thing in your source directory - E.G where you save you main solution Delphi and any Visual project if your project is big go into each project in the directory check for a build folder and delete that,

    All'so don't forget to state any plugin's your using like ADO.NET, MySQL Plugin for .Net, just so we know what you using if we have it and we might need to learn it a little to help you.

  6. #5
    photographers is offline Newbie
    Join Date
    Dec 2009
    Posts
    1
    Rep Power
    0

    Re: Public appeal: post your complete sources

    I accept with information :"The reason seems obvious to me: there is *no runnable code* to make any code analysis. For example, someone is asking why his code is not working. He also posts a block of code along. What follows?
    "

  7. #6
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Re: Public appeal: post your complete sources

    I admit, I was pretty dissapointed in how some people post their code (minor portions of it). I could have said that with less emotions. But oh well... You see how it is.

  8. #7
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

    Re: Public appeal: post your complete sources

    Quote Originally Posted by Jordan View Post
    I like the idea and full post code helps. I suggest you post the problematic code block in code tags and then attach the full project. I agree, it helps to be able to run the entire project.
    Thats superb thats what i like peope to do

  9. #8
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: Public appeal: post your complete sources

    I agree. If you only include some of the code you do not get the whole picture.It could have been something earlier in a previous section of code which we havent seen. The problem may arise if you write a windows forms application where some of the cod eis not included though...
    Good thread ArekBulski

  10. #9
    tjcool's Avatar
    tjcool is offline Newbie
    Join Date
    Jun 2010
    Posts
    18
    Blog Entries
    12
    Rep Power
    0

    Re: Public appeal: post your complete sources

    Agree........

  11. #10
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: Public appeal: post your complete sources

    Yes and it also helps if you describe what you have done so far and explain clearly what it is try to do-bullet points or numbered points are useful.
    Last edited by Roger; 09-04-2010 at 10:00 AM.

+ Reply to Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. vb2008 sources...
    By BumbleBee in forum Visual Basic Programming
    Replies: 1
    Last Post: 08-22-2009, 07:47 AM
  2. What Are The Sources Of Entertainment?
    By tossy in forum The Lounge
    Replies: 23
    Last Post: 05-18-2009, 07:21 PM
  3. Open sources java / flash games?
    By Chicohuman in forum Java Help
    Replies: 1
    Last Post: 02-28-2009, 02:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts