RobotPrototype / RedBit

For Prototyping the robot game
0 stars 0 forks source link

JS Questions #11

Open RobotPrototype opened 6 years ago

RobotPrototype commented 6 years ago

So I have time again to work on this fun project! But I wanted to let you know that the time I am giving to it is mostly just studying JS.

Hoping to use this issue to ask for clarifying questions!

I think I need a hand imagining the overall structure of this project! An organizational hierarchy or something. The lesson you gave me on github was really helpful, and i think i want to tie that to what the project will actually look like. I'm having a hard time making headway understanding create-react-app & node.js because I'm not thinking clearly about what our overall structure will be! I'm not sure what a module even is! Is it a script? I'm reading about block-scoped declarations. Is a block like a method? Is it within a method?

I can sort of imagine a few domains that our project needs, but I don't know what the relationships are really.

I am searching for ways to "chunk" different types of code!

benjamin-heasly commented 6 years ago

These are great questions which will be fun to talk about.

I'm not sure what the overall structure should be yet, either. I think it's something that we get to decide!