Peregrine icon indicating copy to clipboard operation
Peregrine copied to clipboard

Clean up the code of codegen and docgen to make it more readable

Open SaptakBhoumik opened this issue 1 year ago • 2 comments

SaptakBhoumik avatar Oct 01 '22 17:10 SaptakBhoumik

It Can Be My Second Good Issue, Can You Suggest Me How I would Proceed To Do This? Thanks

Code-xed avatar Oct 15 '22 20:10 Code-xed

It Can Be My Second Good Issue, Can You Suggest Me How I would Proceed To Do This?

You have to improve the code quality by replacing similar function that does slightly different work with a single function (basically remove duplicate code) in the codegen. I have already done the docgen one but haven't pushed it till now so dont touch docgen

SaptakBhoumik avatar Oct 17 '22 08:10 SaptakBhoumik