Skip to content

System for Less Redundant Initialisation of Variables #357

Open
@Aarush-Acharya

Description

@Aarush-Acharya

🚀 The feature

Currently many redundant variables are being initialised in different files. A system should be established which initialises variables only once and other files just use the reference of that variables initialised in that file

Take example of the Explore Controller written and initialised only once globally in the explore_controller.dart and the profile_screen.dart and explore_screen.dart just use that reference after importing explore_controller.dart in them

Get rid of all redundant initialisations and achieve the as explained desired state

Motivation, pitch

Having less to no redundant initialisations would avoid the extra use of memory required why running the app thus boosting its performance

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions