This show has been flagged as Explicit by the host.
It is suggested reviewing the episode
What did I do at work today? Part 3 Section 1
prior to listening
Test driven development
- a way of writing code that involves writing an automated unit-level test case that fails, then writing just enough code to make the test pass, then refactoring both the test code and the production code, then repeating with another new test case. -
PHP
- A popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. -
-
Sublime Text
- Cross platform text editor -
Markdown Fenced code blocks
- "A code fence is a sequence of at least three consecutive backtick characters (`) or tildes (~). (Tildes and backticks cannot be mixed.) A fenced code block begins with a code fence, preceded by up to three spaces of indentation. The line with the opening code fence may optionally contain some text following the code fence; this is trimmed of leading and trailing spaces or tabs and called the info string. ... Although this spec doesn’t mandate any particular treatment of the info string, the first word is typically used to specify the language of the code block."
```ruby
def foo(x)
return 3
end
```
from CommonMark Spec at .
SOCIAL SHARE CARD GENERATOR