You are here |
effectivesoftwaredesign.com | ||
| | | |
gaiustech.wordpress.com
|
|
| | | | Generally, every program I write, regardless of what useful thing it actually does, and regardless of what programming language it is written in, has to do certain things, which usually includes Importing a library and calling functions contained within that library Handling datatypes such as converting between strings and integers, and knowing when this is... | |
| | | |
sswam.wordpress.com
|
|
| | | | TLDR: Division by zero is not as scary as it's made out to be: a/0 = b?a = 0 Division is multiplication, backwards. These two equations are exactly equivalent, by definition: a/c = b a = b×c It's easy to understand division by zero if we look at the equivalent multiplication. a/0 = b a... | |
| | | |
cutebouncingbunnies.wordpress.com
|
|
| | | | In the early days of computing there was no discipline of user interface design. Of course, when we started figuring out that it was 'a thing', nobody really knew the elements. There was a camp that said that the way to teach users to do the right things was for it to be painful to... | |
| | | |
manjubhat.wordpress.com
|
|
| | Mark Russinovich's blog |