Skip to content

Commit 18a57f5

Browse files
rileynetexelotl
authored andcommittedSep 6, 2024·
Fixed typo (well as well -> web as well)
1 parent ce0d0ef commit 18a57f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/first.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Those are points where other GBA tutorials often err. It's not an exclusive list
358358

359359
- **There are always exceptions**. There is no programming guideline that doesn't have its exception. Except maybe this one.
360360

361-
I'll leave it at that for now. Entire books have been written on how to code efficiently. Resources are available on the well as well: search for things like “optimization”, “coding standards” or “coding guidelines” should give you more than enough. Also look up [Design Pattern](https://en.wikipedia.org/wiki/Software_design_pattern) and [Anti-pattern](https://en.wikipedia.org/wiki/Anti-pattern). Also fun are books and sites that show how *not* to code. Sometimes these are even more useful. [Worse than Failure](http://worsethanfailure.com/Default.aspx) is one of these (in particular the codeSOD category); The programming section of [Computer stupidities](http://www.rinkworks.com/stupid/cs_programming.shtml) is also nice. If you want to see why the use of global variables is generally discouraged, do a search for ‘alpha’ in the latter page.
361+
I'll leave it at that for now. Entire books have been written on how to code efficiently. Resources are available on the web as well: search for things like “optimization”, “coding standards” or “coding guidelines” should give you more than enough. Also look up [Design Pattern](https://en.wikipedia.org/wiki/Software_design_pattern) and [Anti-pattern](https://en.wikipedia.org/wiki/Anti-pattern). Also fun are books and sites that show how *not* to code. Sometimes these are even more useful. [Worse than Failure](http://worsethanfailure.com/Default.aspx) is one of these (in particular the codeSOD category); The programming section of [Computer stupidities](http://www.rinkworks.com/stupid/cs_programming.shtml) is also nice. If you want to see why the use of global variables is generally discouraged, do a search for ‘alpha’ in the latter page.
362362

363363
### A few examples of good/bad practices {#ssec-bad-example}
364364

0 commit comments

Comments
 (0)
Please sign in to comment.