Kodi Community Forum
Common coding rules for directories and dependencies? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Common coding rules for directories and dependencies? (/showthread.php?tid=26824)



Common coding rules for directories and dependencies? - webbanane - 2007-06-12

Hi!

Currently I am trying to develop features for international keyboards (http://forum.xbmc.org/showthread.php?p=138013#post138013).

XBMC-Team wants to get "good" modules/only few/correct dependencies. But what are your "common" rules?

Some things are obvious, but other are not, e.g. may classes in guilib/common have dependencies to other directories? (Why (not)?)

What are the rules of the directories? Where should go what?

Which dependencies are allowed and forbidden?

Can you give a guideline for developers? (Should the answer go to this forum or to the wiki?)