Skip to content

Step2 lucas forked#37

Open
Sleli42 wants to merge 21 commits into
redpelicans:step2_lucfrom
Sleli42:step2_lucas_forked
Open

Step2 lucas forked#37
Sleli42 wants to merge 21 commits into
redpelicans:step2_lucfrom
Sleli42:step2_lucas_forked

Conversation

@Sleli42
Copy link
Copy Markdown

@Sleli42 Sleli42 commented Jan 16, 2017

No description provided.

Comment thread src/client/actions/index.js Outdated

export const addTodo = name => ({
type: ADD_TODO,
todo2add: { id: (todoId += 1), name, tasks: {} },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

rename todo2add as payload or todo

Comment thread src/client/actions/index.js Outdated
id: IDtodo,
});

export const addTask = (name, IDtodo) => ({
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

c'est quoi cette syntaxe : la convention de non n'est pas respectée renomer IDtodo en id

Comment thread src/client/actions_old.js Outdated
@@ -0,0 +1,74 @@
let todoId = 2;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

fichier a supprimer

Copy link
Copy Markdown
Contributor

@eric-basley eric-basley left a comment

Choose a reason for hiding this comment

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

close to release code, review var names

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants