Let-Us-Java icon indicating copy to clipboard operation
Let-Us-Java copied to clipboard

Refactor the project

Open Pradyuman7 opened this issue 5 years ago • 7 comments

Similar type code directories should be placed inside a parent directory. Example: Many code directories are just algorithms, they can be placed inside a parent directory with name algorithms.

Pradyuman7 avatar Oct 22 '20 05:10 Pradyuman7

Existing code in repo contains errors. Two classes have mismatch between class name and .java file name

class TopKFrequentElements in TopKFrequent.java

and

class SinglyLinkedList in LinkedListOperations.java.

I'll fix classes that causes errors and commit - I'll use class names as template for file names as I assume they have priority.

widlok avatar Oct 22 '20 13:10 widlok

Clean up the code and refactor it to remove all the irregularities introduced by new PRs

Pradyuman7 avatar Oct 08 '21 17:10 Pradyuman7

For this issue, please make sure you do the following stuff:

  1. Merge directories that have similar code content and remove duplicate codes in the merged directories
  2. Make each directory a maven module properly
  3. Simple clean up that you find fit

Pradyuman7 avatar Oct 25 '21 17:10 Pradyuman7

Hi I am new to the open source can you please tell me how can I start with the contribution

sam5O5 avatar Oct 27 '21 07:10 sam5O5

@sam5O5 this particular issue has some guidelines mentioned above that you have to keep in mind. Other than that, you can refer these resource to know more about contributing to open source in general, here and here

Pradyuman7 avatar Oct 27 '21 08:10 Pradyuman7

Hi, I would like to contribute to this issue.

jawadkhanpk avatar Oct 06 '22 14:10 jawadkhanpk

Hii ! Can you assign me this issue?

MehakSingla21 avatar Oct 25 '22 14:10 MehakSingla21