Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Last active February 24, 2022 04:47
Show Gist options
  • Save paoloumali/2c8d149107f9dd5b345315c365e2885c to your computer and use it in GitHub Desktop.
Save paoloumali/2c8d149107f9dd5b345315c365e2885c to your computer and use it in GitHub Desktop.
Why one shouldn't be looking for the latest versions all the time
- With software, and even hardware, everything is under an ecosystem
- Getting the latest Intel doesn't mean you get all the bells and whistles. Not all software will harness all the power and features it may introduce
- Getting the latest wordpress doesn't mean smooth sailing. Not all themes and plugins will be ready for it. Do you believe all those plugins and theme you got for free can dedicate manpower to update their code every time there's a change? Have you done anything in your life for free? That's what open-source is at the core. But all that relies on it will move things for free.
- Getting latest PHP doesn't mean you're moving forward. Not all tools will be ready for it including your primary analysis tools, etc.
- Getting the recent released games doesn't mean all pleasant experience all the time. There are bugs to be caught.
So before you look at changing versions, focus on what matters.
Are you testing your code?
Are you using reliable plugins?
Have you focused on your page SEO?
How's your relationship with your developer and staff?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment