No subscription or hidden extras
Read through the most famous quotes by topic #mm
You need to know what you are before you can become what you are supposed to be. In order to know what you are now, you must learn what you are going to be. ↗
#angels-and-demons #death #demons #skn-hammerstone #the-rift
I'll follow you, even to death—but I won't live with you any more. ↗
#death #life #philosophy #death
Design is really an act of communication, which means having a deep understanding of the person with whom the designer is communicating. ↗
We see a lot of feature-driven product design in which the cost of features is not properly accounted. Features can have a negative value to customers because they make the products more difficult to understand and use. We are finding that people like products that just work. It turns out that designs that just work are much harder to produce that designs that assemble long lists of features. ↗
#philosophy #programming #simplicity #software-development #design
That doesn't upset too many people, but the fact that accessibility restrictions don't enter into the picture has caused more than one otherwise pacifistic soul to contemplate distinctly unpacifistic actions. ↗
#funny #nerdy #programming #design
Immutable objects are simple. They can only be in one state, which is carefully controlled by the constructor. One of the most difficult elements of program design is reasoning about the possible states of complex objects. Reasoning about the state of immutable objects, on the other hand, is trivial. Immutable objects are also safer. Passing a mutable object to untrusted code, or otherwise publishing it where untrusted code could find it, is dangerous — the untrusted code might modify its state, or, worse, retain a reference to it and modify its state later from another thread. On the other hand, immutable objects cannot be subverted in this manner by malicious or buggy code, so they are safe to share and publish freely without the need to make defensive copies. ↗
Truth can only be found in one place: the code. ↗
#software-craftmanship #software-design #software-engineering #design
