sip

joined 3 years ago
[–] sip@programming.dev 5 points 3 months ago

nah, too cumbersome and mistic

[–] sip@programming.dev 1 points 3 months ago* (last edited 3 months ago) (1 children)

sory for making you feel old..er.

i7 4th gen/ haswell was 13 years ago. I still use it.

that sempron is probably more than 17 years ago.

I had an athlon xp 2000+, single core. OC to 2666MHz with proper thermals

[–] sip@programming.dev 1 points 3 months ago (1 children)
[–] sip@programming.dev 2 points 4 months ago (3 children)

I think he was letting you know you r/whoosh ed

[–] sip@programming.dev 2 points 4 months ago (1 children)

I don't have the energy to do that anymore.

[–] sip@programming.dev 1 points 4 months ago

you can use the underlying model, you just have to rotate the key every 30 mins, but that's scriptable.

[–] sip@programming.dev 1 points 4 months ago

yeah, minecraft version will be the next y2k

[–] sip@programming.dev 6 points 4 months ago

idk for me it's easier to rember ex xdna was merged on 6.14 than 2.253

[–] sip@programming.dev 0 points 4 months ago* (last edited 4 months ago)

i use git. got a tree alias a tree-like log. and an amend alias to add changes to the prev comit to keep the message

[–] sip@programming.dev 3 points 4 months ago

composition can help with all of that. factories, strategies, injections are all composition patterns that work fine.

business logic that repeats? extract it to it's own thing (class, function, etc) and pass it as a param to the supposed childs.

mvc? controllers don't need to extend anything, just have them accept the framework through the constructor and request and response as args. views? same. models? perhaps only if doing an active record, but a repo pattern with plain objects is a good pattern too.

I never seen a clean inheritance implementation for a decently sized problem. it mostly works for tiny ones.

view more: ‹ prev next ›