Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH ED] Play the CLI Treasure Hunt #71

Open
SallyMcGrath opened this issue May 14, 2024 · 0 comments
Open

[TECH ED] Play the CLI Treasure Hunt #71

SallyMcGrath opened this issue May 14, 2024 · 0 comments
Labels
🏕 Priority Mandatory This work is expected 🐇 Size Small Around an hour 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Communication Reading, writing, speaking, and listening in English; expressing our ideas 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Structuring Data Describing, organising, and systematising data 📅 User Focused Data Tickets for User Focused Data

Comments

@SallyMcGrath
Copy link
Member

SallyMcGrath commented May 14, 2024

Link to the coursework

https://github.com/CodeYourFuture/Project-CLI-Treasure-Hunt

Why are we doing this?

Alongside learning web development, you need to become familiar with the basics of the command line. The command line is how you talk directly to your computer, instead of pointing and clicking at areas on a screen to trigger actions.

All interfaces are limited sets of possible interactions with data, arranged in ways (with words, colours, pictures, pixels) to guide the user towards the information they want. Clicking a link on a screen is really no different to typing. In both cases you are changing to a new directory. The difference is only in the interface you use to issue the command. Do not confuse the method with the goal.

I really want you all to understand this deeply and think about it many times over the course of your career. Do not decide you are "front end" or "back end" or limit your understanding in these ways. A CLI is an interface. An API is an interface. A GUI is an interface. All interfaces are maps. It's how we travel around data to find what we need.

The map is not the territory.

Maximum time in hours

1

How to get help

Share your blockers in your class channel.

How to submit

  1. Clone the repo https://github.com/CodeYourFuture/Project-CLI-Treasure-Hunt
  2. Open the folder in VSCode
  3. Open the terminal inside VSCode
  4. Type node clue.js to start

The submission clue is inside the treasure hunt.

Anything else?

Completely optional cultural background reading: In the Beginning was the Command Line ~ Neal Stephenson, 1999

@SallyMcGrath SallyMcGrath added 🎯 Topic Communication Reading, writing, speaking, and listening in English; expressing our ideas 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Structuring Data Describing, organising, and systematising data 🏕 Priority Mandatory This work is expected 🐇 Size Small Around an hour 📅 User Focused Data Tickets for User Focused Data 📅 Week 2 labels May 14, 2024
@SallyMcGrath SallyMcGrath added 📅 Sprint 3 Assigned during Sprint 3 of this module and removed 📅 Week 2 labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏕 Priority Mandatory This work is expected 🐇 Size Small Around an hour 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Communication Reading, writing, speaking, and listening in English; expressing our ideas 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Structuring Data Describing, organising, and systematising data 📅 User Focused Data Tickets for User Focused Data
Projects
None yet
Development

No branches or pull requests

1 participant