Explore >> Select a destination


You are here

fastml.com
| | www.jasonwei.net
9.5 parsecs away

Travel
| |
| | simonwillison.net
8.8 parsecs away

Travel
| | The open release of the Stable Diffusion image generation model back in August 2022 was a key moment. I wrote how Stable Diffusion is a really big deal at the ...
| | adityarohilla.com
13.7 parsecs away

Travel
| |
| | sookocheff.com
120.6 parsecs away

Travel
| Bertrand Meyer first introduces the principle of Command Query Separation in his book Object-Oriented Software Construction. The principle states that a well designed object should have methods that are either commands or queries. A command changes the state of an object, but does not return any data, while a query returns data and does not change any state. By dividing methods into these two categories, you will have a better understanding of what does, and what does not, change the state of your system.