|
|
|
|
|
by albumedia
4964 days ago
|
|
In Engineering we learn about a "black box" - a device that accepts an input and return an output. We couldn't careless about the parts/components inside that black box. Sometimes we have to treat programming like a black box. All we care about is getting the desired output. There will always be time to make the code efficient later. The end user and manager only care about the output. |
|