- Messages
- 64
- Country

Just a proposal for addon developers:
Client data area names and client event names are shared on the server. To avoid unnecessary confusion of multiple clients using the same names, the names should not only contain the add on name but also at least the company or author. (I don't want to know how many "FSLog" clients are out there or how many autopilots and gps gauges are in preparation)
For example:
"FSLog.MyEvent" <- bad
"MoriartyIndustries.FSLog.MyEvent" <- much better
"DE.MoriartyIndustries.FSLog.MyEvent" <- nearly perfect
"ThisUniverse.MilkyWay.SolSystem.Earth.DE.MoriartyIndustries.FSLog.MyEvent" <- as perfect as it can get
Not that my current add on is named FSLog, it's just to illustrate the problem.
Edit:
Likewise that should also be used for the client name itself of course:
"FSLog" <- bad clientname
"MoriartyIndustries.FSLog" <- much better
Client data area names and client event names are shared on the server. To avoid unnecessary confusion of multiple clients using the same names, the names should not only contain the add on name but also at least the company or author. (I don't want to know how many "FSLog" clients are out there or how many autopilots and gps gauges are in preparation)
For example:
"FSLog.MyEvent" <- bad
"MoriartyIndustries.FSLog.MyEvent" <- much better
"DE.MoriartyIndustries.FSLog.MyEvent" <- nearly perfect
"ThisUniverse.MilkyWay.SolSystem.Earth.DE.MoriartyIndustries.FSLog.MyEvent" <- as perfect as it can get
Not that my current add on is named FSLog, it's just to illustrate the problem.
Edit:
Likewise that should also be used for the client name itself of course:
"FSLog" <- bad clientname
"MoriartyIndustries.FSLog" <- much better
Last edited: