[Lazarus] Teaching Pascal at College

Lars noreply at z505.com
Mon Jan 16 21:24:14 CET 2017


On Mon, January 16, 2017 3:19 am, Michael Schnell via Lazarus wrote:
> On 15.01.2017 15:30, Martin Vahi via Lazarus wrote:
>
>> have came to a conclusion that GUI-s are inherently something that
>> require "dynamic programming" or the code gets really bloated.
>>
>>
> The nice thing about Lazarus "RAD" paradigm is that this is completely
> hidden (in the library) from application programmer. So (s)he only needs to
> write the code that is obviously useful for the task at hand.

Except when you find a bug in the lcl, and have to dig in to it..

In theory one could never look into the lcl or underlying api's

in practice, sometimes there is an issue to be resolved... like when I
fired up the macOS laptop and found that moving the mouse crashed the app,
and Dmitry helped me figure out why ;-)  Had too look into the macOS
related lcl code


More information about the Lazarus mailing list