[Lazarus] Cosmetic issue about new empty project
silvioprog
silvioprog at gmail.com
Thu Aug 25 17:58:28 CEST 2016
Hello,
Some days ago we got the following empty form for a new created project:
1)
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
However, in Lazarus from trunk:
2)
TForm1 = class(TForm)
private
public
end;
WDYT about to declare this way?:
3)
TForm1 = class(TForm)
end;
IMHO declared scopes like 2) without any comment or code doesn't sound good.
Thank you!
--
Silvio Clécio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160825/4845b8f4/attachment-0001.html>
More information about the Lazarus
mailing list