Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update function names | Andrew | 2022-07-10 | -3/+3 |
| | | | Follow best practices (function should be snake case [do_task()], and methods should be camel case [doTask()]) | |||
* | Overhaul Hack in Y Minutes | Andrew | 2022-07-10 | -278/+351 |
| | | | | | This file was updated about 6 years ago. Since then, there have been many changes, including a distancing from PHP. This commit is an overhaul of the previous documentation for learning Hack in Y minutes. Over the years, there have also been many language changes and updates, for example, the introduction of Hack Arrays (vec, keyset, and dict) and the Hack Standard Language (HSL). To read more about how the language has changed and evolved, you can read the HHVM Blog: https://hhvm.com/blog/. | |||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -2/+2 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -10/+10 |
| | ||||
* | [hack/en] Fixed some typos | David Lima | 2015-10-04 | -3/+4 |
| | ||||
* | [hack/en] Fix link to other learnxinyminutes article | Stephen Holdaway | 2015-02-18 | -3/+3 |
| | | | | | | | | | | | | | | | | I had assumed a relative link to another markdown file in this project would work, but it renders as: http://learnxinyminutes.com/docs/hack/php.html.markdown instead of the desired: http://learnxinyminutes.com/docs/php/ I've replaced this relative link with an absolute link to where the target page is located on the published site. This commit also fixes a typo in markdown syntax at the end of the document. | |||
* | [hack/en] Add english Hack language page | Stephen Holdaway | 2015-02-18 | -0/+307 |