Open qascade opened 1 year ago
Assign this to me, I am very much familiar with config files in Go
Hey, @i-am-yuvi, assigning this to you. Please make sure that you don't change the structures/types of the abstractions defined in the package config. Also this is not a breaking change, so all the parsing tests should pass. Also extend the TestConfig() function to have more stricter checks as per #35
Surely 🚀
@i-am-yuvi Please name the branch refactor.redundancy_removal_config
Sure
@i-am-yuvi Any progress on the issue? As per policy, I will have to unassign this issue on 3 days of inactivity.
Yes I am working on it
Hi @qascade , I am new to GO language, however I want to learn and contribute to this project and would want to work on this Issue. May you guide me in this issue and assign ?
@shrey-a-gupta you can email me at sksingh2211@gmail.com, we will connect of required. Thanks for taking interest in my project.
Description
While writing the config parser. I had to give in to some level of redundancy for the sake of other high priorities. I want that to be fixed. I want to refactor and refine the config parser and remove unnecessary redundancies.