sj_dev
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020
08:45 PM
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
2 REPLIES 2
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020
09:10 PM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2020
02:01 PM
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!)