dylang / dylang/node-rss

All `feedOptions` and `itemOptions` should be camel case

Open
#120 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1k
Forks
128
PR merge metrics
No merged PRs in 30d

Description

There are some options that are snake case:
* feed_url
* site_url
* image_url
* custom_namespaces
* custom_elements

And there are others that are camel case:
* managingEditor
* webMaster
* pubDate

I think it would be nice if all snake case options were camel case to keep it more consistent. You don't have to break backwards compatibility for that, you can keep the snake case ones as deprecated aliases to their camel case alternatives and change them in the docs.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.