jb55 on Nostr: I've been coding for 26 years. if I could distill my experience into one sentence it ...
I've been coding for 26 years. if I could distill my experience into one sentence it would be:
"functions and data is all you need"
don't get distracted by fancy language features. every language has functions, every language has structs. mastering programming is just composing functions and transforming data. once you master this you can program in any language.
if you focus building programs as small, pure, modular functions that operate on *only* the data it needs, then you will have a large set of functions that are highly composable. you will never have to do large rewrites of your program, because your program will compose of lego blocks that you can snap together in different ways.
gm nostr!
Published at
2025-04-21 14:48:57Event JSON
{
"id": "c3135e3e4f1e08bbf227281b38b1aa63a9a619432da044d65853e3211b63d995",
"pubkey": "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245",
"created_at": 1745246937,
"kind": 1,
"tags": [
[
"client",
"Damus Notedeck"
]
],
"content": "I've been coding for 26 years. if I could distill my experience into one sentence it would be:\n\n\"functions and data is all you need\" \n\ndon't get distracted by fancy language features. every language has functions, every language has structs. mastering programming is just composing functions and transforming data. once you master this you can program in any language.\n\nif you focus building programs as small, pure, modular functions that operate on *only* the data it needs, then you will have a large set of functions that are highly composable. you will never have to do large rewrites of your program, because your program will compose of lego blocks that you can snap together in different ways.\n\ngm nostr!",
"sig": "f2e6a3fd56673a34e8b44cc821a477cb284d6f63b9ff5fe9e571409267d09d66d475bccdb9533298b5e76dcdf89390a3694ea6743bf1e6103867fc96e1bcb86d"
}