Explore >> Select a destination


You are here

gregtatum.com
| | atilaoncode.blog
19.3 parsecs away

Travel
| | D has built-in unit tests, and unittest is even a keyword. This has been fantastically successful for the language, since there is no need to use an external framework to write tests, it comes with the compiler. Just as importantly, a unittest after a function can be used as documentation, with the test(s) showing up...
| | preslav.me
16.9 parsecs away

Travel
| | I am a software engineer with decades of experience developing software in Python, Go, and Java.
| | ricardolopes.net
17.9 parsecs away

Travel
| | How using existing processes and tools can massively improve documentation and give you debugging superpowers.
| | www.integralist.co.uk
103.6 parsecs away

Travel
| I thought I would get down in a blog post the different Git commands and tips that I find really useful, because every now and then it seems I need to refer back to these notes (which up until this point have been in a txt file in my Dropbox) if I've not used a particular command in a while. Hopefully you'll find them useful too. Show where Git is installed Show the Git version installed Update your global user details Set-up a global ignore file Adding all files (inc.