Makepad-fr / fbjs

Tooling that automates your Facebook interactions.
https://www.npmjs.com/package/@makepad/fbjs
GNU General Public License v3.0
63 stars 24 forks source link

Refacto existing code #66

Closed kaanyagci closed 2 years ago

kaanyagci commented 2 years ago

For instance, all our functions are in the FB class. If we keep adding new features this will be very ugly. We need to transform existing group posts related functions in a FacebookGroup class that will contain all Facebook groups related features.

kaanyagci commented 2 years ago

Existing code refactored on multiple modules and smaller functions in #67