[Lazarus] Cross-compiling for Raspberry Pi2

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Tue Sep 22 11:43:36 CEST 2015


On 2015-09-22 at 11:28, Michael Schnell wrote:
> Delphi/Lazarus enabled software and "makes the difference" 
> that makes using such programming systems desirable over "legacy" 
> programming methods.


Now you are approaching “dangerous” territory.  :-)  Just because Delphi
and Lazarus promotes the idea of RAD development - definitely doesn’t
mean you should.

If you want to develop any easy to maintain application over a long
term - definitely DO NOT USE RAD style development. This was proven
over and over. RAD is only good for prototyping or small utility apps.
There is no substitute for well designed code - like when using the
well documented (tried and tested) Design Patterns, or well separated
code (UI layer, Storage layer, Business rules).

Designing a Service or Daemon application without TTimer  usage
definitely doesn't mean it is “bad” or “legacy” coding style. It might
just mean you are not using RAD style development. Nothing wrong with
that!


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp




More information about the Lazarus mailing list