Skip to content

Conversation

anshul-mohil
Copy link
Owner

merging design pattern and build related commits

@anshul-mohil anshul-mohil merged commit 5113359 into master Oct 15, 2018
Copy link
Owner Author

@anshul-mohil anshul-mohil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review done, have a look and generate new merge request

public class EntryPoint {
public static void main(String[] args) {

SwapNElementsLinkedList obj = new SwapNElementsLinkedList();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

follow naming convention

public class EntryPoint {
public static void main(String[] args) {

SwapNElementsLinkedList obj = new SwapNElementsLinkedList();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

follow naming convention for variables

@@ -0,0 +1,7 @@
package com.anshul.interviewmagnasoft;

public class Node {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be inner class if no other class is using Node class

import java.util.LinkedList;
import java.util.List;

public class ChannelCollectionImpl implements ChannelCollection {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elaborated comments missing on class declaration

Copy link
Owner Author

@anshul-mohil anshul-mohil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after solving review comments raise merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant