You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week0/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Done? This is optional, but for those who are curious:
49
49
50
50
Technically speaking, you can write code for the web in any application that allows you to write and save plain text files (such as Notepad or TextEdit). However a code editor is a tool specifically designed for editing code.
51
51
52
-
Depending on the programming language, the code editor highlights special keywords, give suggestions for some extent, adds automatic indentation and sometimes has an integrated command line interface (more on that in the next section) as well.
52
+
Depending on the programming language, the code editor highlights special keywords, gives suggestions to some extent, adds automatic indentation and sometimes has an integrated command line interface (more on that in the next section) as well.
53
53
54
54
While your code editor does the basic job of allowing you to write code, it can always be improved to make our lives as developers easier. In the following video you'll learn about the most useful code editor extensions you can install in order to make development a much richer experience:
55
55
@@ -74,9 +74,9 @@ For more specific information on how to setup your editor:
74
74
### What's the way to submit my homework? Use planning tool Trello
Trello is a planning tool that allows you to make todo lists in order to organize and prioritize your projects. In HackYourFuture we'll use it to submit your homework for the first module. Before you start your first class, please do the following
79
+
Trello is a planning tool that allows you to make todo lists in order to organize and prioritize your projects. In HackYourFuture we'll use it to submit your homework for the first module. Before you start your first class, please do the following:
80
80
81
81
-[Register](https://trello.com/signup) for an account
82
82
- Get access to the `Feedback Assignments` board, by asking @Wouter in Slack
@@ -91,7 +91,7 @@ GitHub is a place where you can put your code online. Why? To safely store your
91
91
-[Register](https://github.com/join) for an account
92
92
- Put the URL for your account in the class channel
93
93
94
-
### Check double check:
94
+
### Check double check
95
95
96
96
Let's make sure you have done everything necessary:
0 commit comments