How to make websites that will require lots of your time and energy
11–20 of 247 posts
Re: How to make websites that will require lots of your time and energy
#12I don't see the value in posts like this. It's just a random list of things that can go wrong in software projects, with no discussion of trade-offs at all. Where's the engineering?
Re: How to make websites that will require lots of your time and energy
#13The problem isn't the tool or the dependency—it's the developer's temptation to over-engineer. We grab a framework because we lack the discipline to keep something simple. Is self-control in coding just a lost art now?
Re: How to make websites that will require lots of your time and energy
#14On one hand I agree, one should approach issues as they come, but there's solutions that are hard to ignore such as the need for reusable fragments/components on different pages which already make a cry for dependencies. Even admitting one wants to go with bare bone web components authoring and maintaining them is expensive, requires lit or something. Thus, what's the solution? Some sort of templating? Again, you're…
A small amount of PHP as a templater for simple raw HTML and JS segments is pretty nice.
Re: How to make websites that will require lots of your time and energy
#15Im pretty sure that most packages and frameworks break less than your own code…
What about your simple Go server or FastAPI server. Probably yes.
Re: How to make websites that will require lots of your time and energy
#16I don't see the value in posts like this. It's just a random list of things that can go wrong in software projects, with no discussion of trade-offs at all. Where's the engineering?
Basically they’re saying implicitly to be principled about adopting frameworks and other dependencies, evaluating whether they’re needed for one’s project before adopting them. It’s a pretty thought provoking post, even if it may be too subtle for some folks.
Re: How to make websites that will require lots of your time and energy
#17The problem isn't the tool or the dependency—it's the developer's temptation to over-engineer. We grab a framework because we lack the discipline to keep something simple. Is self-control in coding just a lost art now?
Re: How to make websites that will require lots of your time and energy
#18I don't see the value in posts like this. It's just a random list of things that can go wrong in software projects, with no discussion of trade-offs at all. Where's the engineering?
Re: How to make websites that will require lots of your time and energy
#19The problem isn't the tool or the dependency—it's the developer's temptation to over-engineer. We grab a framework because we lack the discipline to keep something simple. Is self-control in coding just a lost art now?