QAZIMAAZARSHAD / Income-Tax-Calculator

Income Tax Calculation System For A Salaried Person
https://github.com/QAZIMAAZARSHAD/Income-Tax-Calcultor/blob/main/README.md
MIT License
36 stars 57 forks source link

Added splash screen when application opens #118

Closed akash-rajak closed 3 years ago

akash-rajak commented 3 years ago

Issue Number

fixes #1

Describe the changes you've made

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Additional context (OPTIONAL)

Add any other context or screenshots about the feature request here.

Test plan (OPTIONAL)

A good test plan should give instructions that someone else can easily follow. How someone can test your code?

Checklist

akash-rajak commented 3 years ago

@QAZIMAAZARSHAD , created the new pr, but in this also same thing is there. This large no. of addition and deletion will definintely happen, because i am defining a function , and moving most almost all the previous code to that function,

And it is necessary to define function before calling ,so need to define it at the top, so indirectly moving bulk of code to top main_window() function.

In this to add splash screen , it only takes 20 to 25 lines to in moving bulk of code , large no. of addition deletion takes place.

QAZIMAAZARSHAD commented 3 years ago

It will take a lot of time to review.

akash-rajak commented 3 years ago

can i tell the steps what it have done, so it will be easy?

QAZIMAAZARSHAD commented 3 years ago

can i tell the steps what it have done, so it will be easy?

No, while reviewing PR I have to take into account every single addition and deletions, if something went wrong it may disturb few features or in the worst case may corrupt the entire application.

Try something if you can improve.

akash-rajak commented 3 years ago

this is the simplest approach i guess . if possible can i send you the code.

akash-rajak commented 3 years ago

are you trying to review it or anything else?

QAZIMAAZARSHAD commented 3 years ago

are you trying to review it or anything else?

I Will review it later.

akash-rajak commented 3 years ago

ok thnx, if any issue in reviewing you can ask me

QAZIMAAZARSHAD commented 3 years ago

Application crashed after your changes.

Review again, Make a clean PR.