curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Factory Functions and the Module Pattern: Reword a step in the Assignment section

Open T0nci opened this issue 11 months ago • 4 comments

Checks

Describe your suggestion

A suggestion to reword Step 4 in the Assignment section to make it more clear that this step is optional if you have read the above articles.

Path

Node / JS

Lesson Url

https://www.theodinproject.com/lessons/node-path-javascript-factory-functions-and-the-module-pattern

(Optional) Discord Name

T0nci

(Optional) Additional Comments

No response

T0nci avatar Feb 28 '24 13:02 T0nci

@T0nci I think this a little extra clarity wouldn't hurt, given it seems to be clearly intended as an optional alternative and the content does cover the same concepts as previous resources/assignments.

I would actually also like for a little extra to be added to that assignment step to mention that while the videos include JQuery syntax, the focus is on the concepts of objects and the module pattern (where you don't really need to understand the JQuery syntax specifically).

Would you be happy to include something like this in addition to the change about clarity on the step being an optional alternative? If so, I can assign this to you to work on.

MaoShizhong avatar Feb 29 '24 18:02 MaoShizhong

@MaoShizhong Yes, of course ^^! I would be more than happy to work on this issue and also mention the use of jQuery + "but that shouldn't scare you away since you don't need to understand the jQuery syntax, only focus on the previously learnt concepts".

Should I reword it to be as an alternative or as a supplement if it's not fully understood?

T0nci avatar Feb 29 '24 18:02 T0nci

@T0nci Something like

As an optional alternative, in case you prefer video lessons ...

should probably suffice.

MaoShizhong avatar Feb 29 '24 18:02 MaoShizhong

Oops, wrong button - you're the one assigned now, not me :stuck_out_tongue_closed_eyes:

MaoShizhong avatar Feb 29 '24 18:02 MaoShizhong

@MaoShizhong Why is it that all the items in the bulleted list are 1s? While checking on the site, they are different numbers, but in the md file they are not. Or is it just my editor/fork? (for reference, this is the md file for the Factory Functions and the Module Pattern lesson) image

T0nci avatar Mar 01 '24 14:03 T0nci

image

T0nci avatar Mar 01 '24 14:03 T0nci

@T0nci That's part of the layout style guide where we use lazy numbering to make it easier to add/remove list items in the future without having to manually edit the numbers. Markdown is smart enough to figure things out as long as we indent appropriately.

MaoShizhong avatar Mar 01 '24 14:03 MaoShizhong