v1/feat-2 Fortnite Creative Island
Closed this issue · 0 comments
DevShaded commented
For: Controller for Fortnite
Branch: v1/feat-2
Methods
There will be 4 methods used throughout the process. A index()
, island()
, search()
and update()
- The
index
function will be handling the featured creative island - The
island
function will be handling the island of the specific code given - The
search
function will be handling all searches to a the creative island's - The
update
function will be handling all updates that may occur; new featured creative island's
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.