User talk:BrianO: Difference between revisions

From Rosetta Code
Content added Content deleted
(Introduction and suggestions)
(Blanked the page)
Line 1: Line 1:
I've noticed that you have been submitting some PureBasic solutions to tasks. That's awesome!

I have some suggestions with regard to coding that may be useful, based upon the code you've already posted for some of the tasks. The first is that if the tasks requires text output that a console window (or even window + gadgets) be used in preference to using the debugger output (via the Debug command). This is fairly straight forward and keeps the code size small. It also means that the program will produce the same output whether or not it is being debugged or simply 'ran'.

The other suggestion is to help the reader of your code whenever possible by doing some simple things such as indenting your code. Rosetta Code has provided a great way to introduce many people to PureBasic. Each of the solutions gives them a glimpse at how PureBasic solves some common problems. It's great to have another person (or two) making contributions here. ;) --[[User:Demivec|Demivec]] 16:17, 18 August 2012 (UTC)

Revision as of 20:43, 18 August 2012