
Code on forum
-
- Enthusiast
- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
Code on forum
When someone wants to put a completed program on the forum, please do not put the code on but the exe file. The code gets obsolete and tedious to edit so that it will run w/the current PB version!! 

Most of us prefer the code.
cheers
I'm not supposing I speak for everyone, but in over two years, your's is the first I can remember wanting an exe versus many for code.
Most of us are (or would like to pretend we're) programmers and don't mind updating code for the benefit of seeing how things are done.
cheers
I'm not supposing I speak for everyone, but in over two years, your's is the first I can remember wanting an exe versus many for code.
Most of us are (or would like to pretend we're) programmers and don't mind updating code for the benefit of seeing how things are done.
Last edited by rsts on Thu Jul 05, 2007 11:32 pm, edited 1 time in total.
-
- Enthusiast
- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
Re: Code on forum
Actually the difference in versions over the years hasn't been that great and with a little thought most code on the forums can be converted in minutes, afterall most sources are not that large.michaeled314 wrote:When someone wants to put a completed program on the forum, please do not put the code on but the exe file. The code gets obsolete and tedious to edit so that it will run w/the current PB version!!
How are you suppposed to learn anything about programming from an exe?
-
- Enthusiast
- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Maybe we need an upload area for binaries that can be linked in. for posting though, I like the code as I'm not here to share freeware 

Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Re: Code on forum
> The code gets obsolete and tedious to edit
So ask the original poster to update it. If they're not around, somebody else
will be able to do it, so it's a non-issue. Exes don't teach anybody anything.
So ask the original poster to update it. If they're not around, somebody else
will be able to do it, so it's a non-issue. Exes don't teach anybody anything.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
there are enough examples linked as executables.
we also have an upload-area connected to PB, the PureArea.
of course there no room to upload each and every chickenshit,
so your upload will be checked by André before it's set accessable.
for learning techniques of coding, an executable is simply useless.
since this is a programmers forum and nore share-it-community,
posting of code IS exactly what the forum is for.
we also have an upload-area connected to PB, the PureArea.
of course there no room to upload each and every chickenshit,
so your upload will be checked by André before it's set accessable.
for learning techniques of coding, an executable is simply useless.
since this is a programmers forum and nore share-it-community,
posting of code IS exactly what the forum is for.
oh... and have a nice day.
-
- User
- Posts: 67
- Joined: Thu Nov 30, 2006 4:57 pm
- Location: I long for the absolute loneliness of the death
I agree. But I prefer, if possible, that the "forum search" could search between dates.michaeled314 wrote:But if the version is out of date then it will take a long time to edit the match the current version. Especially on searches.
Very often, I read posts so ancient that their code already is not useful.
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
1. the forum search CAN sort by date of the last post...
2. "ancient" code is as useful as "modern" code if you want to learn a technique.
and you'll learn a lot while converting the code for the newer version.
3. these codes are only useless, when you tend to patch code from others
together and call it your own without knowing what it really does.
for such people - I'm not willing to give any support.
2. "ancient" code is as useful as "modern" code if you want to learn a technique.
and you'll learn a lot while converting the code for the newer version.
3. these codes are only useless, when you tend to patch code from others
together and call it your own without knowing what it really does.
for such people - I'm not willing to give any support.
oh... and have a nice day.