I need to write JUnit tests for an old application that’s poorly designed and is writing a lot of error messages to standard output. When the getResponse(String request) method...
  • May 7, 2022
  • 0 Comments
Like most Python developers, I typically keep a console window open with the Python interpreter running to test commands, dir() stuff, help() stuff, etc. Like any console, after a...
  • May 6, 2022
  • 0 Comments
Killswitchcollective.com’s old article, 30 June 2009, has the following inputs and outputs git co master git merge [your_branch] git push upstream A-B-C-D-E A-B-C-D-E-F-G \ ----> \ your branch C-D-E...
  • May 2, 2022
  • 0 Comments
What’s the difference between print, NSLog and println and when should I use each? For example, in Python if I wanted to print a dictionary, I’d just print myDict,...
  • May 2, 2022
  • 0 Comments