You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem : Everything is written in index file which reduces code readability.
Future Problem : If we want to include other things such as resume not just projects, the code will pile up in index file which will harder to debug and make changes, only comments won't suffice.
Probable Solution : Write the code in modular fashion
The text was updated successfully, but these errors were encountered:
Problem : Everything is written in index file which reduces code readability.
Future Problem : If we want to include other things such as resume not just projects, the code will pile up in index file which will harder to debug and make changes, only comments won't suffice.
Probable Solution : Write the code in modular fashion
The text was updated successfully, but these errors were encountered: