codewillclick / obparity

simple node.js library for creating objects that exist in tandem between client (browser) and server
MIT License
0 stars 0 forks source link

Client-side class source should automatically mimic Server-side class definition. #2

Closed codewillclick closed 3 years ago

codewillclick commented 3 years ago

Let's debate this

codewillclick commented 3 years ago

But there are cases where this wouldn't be helpful. Like if an existing class name difference is derliberate.

... Does this indicate a need for a global obparity config object?

No, maybe static async getClientSource() should have a parameter for that? Same for async clientSource()?

That would indicate params for...

codewillclick commented 3 years ago

So, as for those checkbox items...

Making the commit, then closing.