[Gambas-user] New component gb.rss to generate and parse RSS documents

Benoît Minisini gambas at ...1...
Tue Apr 18 21:02:07 CEST 2017


I have took a look at your code.

Just a general remark: the name of the exported function arguments 
should help the user to guess what it means.

So, for example:

Static Public Function FormatDate(Dat As Date) As String

should be:

Static Public Function FormatDate({Date} As Date) As String

Better use full words instead of abbreviations! "{Date}" instead of 
"Dat", "{String}" (or "Value") instead of "Str", and so on.

Regards,

-- 
Benoît Minisini




More information about the User mailing list