v1/feat-3 Fortnite Shop
Closed this issue · 0 comments
DevShaded commented
For: Controller for Fortnite
Branch: v1/feat-3
Methods
There will be 4 methods used throughout the process. A index()
, item()
and update()
- The
index
function will be handling the daily, featured, etc. item's in the shop - The
item
function will be handling the profile of a specific item from the shop - The
update
function will be handling all updates that may occur; changes in the shop or the cosmetic
The above methods should always come first and functions will come after. This to avoid confusion.
A method should only consist of function calls. Every function should be around 1 to 10 lines long and must have a subject as function name, so its easy to see what is going on.
Where needed, recursive calls are allowed to use.