System for Less Redundant Initialisation of Variables
🚀 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
Hey, I can work on this. I have previously worked on similar stuff, please assign
Hey @M4dhav, reduce as much redundancy in initializations as you can. Make sure to write clean and organised thinking at each step what code be made better to the system you design to add a better value to the project.
Hey I have merged a PR please pull before working further and make sure to work on the dev branch
Hey new PR merged please pull before moving forward
hey!!! is the isssue open ? i would love to work on it
@vanshambansal I am working on the issue
@Aarush-Acharya can you assign this issue to me???
@dikshantbhangala I am currently working on this issue
@M4dhav are you on it?
@rohhann12 yes, I am on it
@M4dhav I just think you are focusing on a lot of issues, do you mind if I take on this one?
@rohhann12 I'm currently working on this and #359 only and since both require extensively going through the codebase, the workflow for both overlaps and is similar. Moreover I've already done work on both of the issues. So i apologise but i cannot give you this issue.
No problem,all the best 🙂
Hey @M4dhav, any update on this once done please raise the PR
@Aarush-Acharya will raise PR soon
@M4dhav have you done with it?