Skip to content

Month: September 2015

Should We Fear The Machine? Self-driving cars and the computers of our future

When I was a kid, computers were responsible for almost nothing, at least in my daily life. Big companies used computers to run their accounting departments and NASA used them for analysis, but most peoples’ daily lives were unaffected by the existence of computers.

Comments closed

How I learned to stop worrying and love the debugger

Since we are all good programmers we never make mistakes, right ? 🙂

But for those times when you write some code and you just can’t figure out why its not behaving, there is always the Debugger!

The best part is the Debugger is very easy to use and it can help you sort out a lot of common issues. Its covered in the Xojo User’s Guide, specifically see the Using the Debugger section.

Comments closed