I have a class "Country";
when i view my countries, i can fetch leagues from this countries.
But where i put the code? To Country, because i fetch leagues for a country?
Or to class League, because we talk about Leagues?
Also:
when i view my leagues, i can fetch teams and matches
But where i put the code? To League, because i fetch teams and matches for Leagues?
Or to the classes Team and Match?
Also i could put all these "fetchFunctions" to a class Fetch.
when i view my countries, i can fetch leagues from this countries.
But where i put the code? To Country, because i fetch leagues for a country?
Or to class League, because we talk about Leagues?
Also:
when i view my leagues, i can fetch teams and matches
But where i put the code? To League, because i fetch teams and matches for Leagues?
Or to the classes Team and Match?
Also i could put all these "fetchFunctions" to a class Fetch.