Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sj_dev
Binge Watcher

Roku coding guidelines

Hey

Can anyone out there point out the coding guidelines we need to follow for Roku development?

Also want to know

function name should start with uppercase or lower case

0 Kudos
2 REPLIES 2
renojim
Community Streaming Expert

Re: Roku coding guidelines

There are no coding guidelines.  Pretty much code however you like.  There's some criteria for published channels, but they have nothing to do with coding style.

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
Komag
Roku Guru

Re: Roku coding guidelines

The language reference has the rules for things like Typed variables. Almost nothing you do is case sensitive. But coding rules and formatting, whatever you want (so of course that means Tabs!)