Re: Re: Re: new print function in interim release 660
Paul Prescod <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Mark Hahn wrote: >... > It will stay untested until we try to write real code with it and shake out > the bugs. When Lenard tried to write real code he found many bugs and > helped test it a lot. If you were to write real code it would help test it > a lot also. > > If you were to write real code I would promise to give bugs you find very > high priority. Instead of working on the bug list every few days like now, > I would work on your bugs as soon as you find them. It isn't the bugs that are the problem. Its the shifting design. One day you would have a ton of code treating print as a keyword and then the next day it would be a function. It's great that Prothon is in a mutable stage right now but you an't expect people to write stuff and then have to rewrite it every week until all of the basics are worked out. It's seems more logical to wait until the foundation hardens before building rooms... Paul Prescod