What Programming Language Is Best for Long-Term Company Software Development?

0
3
Asked By CleverSparrow77 On

I'm working on a project called Postepro, which aims to manage business workflows and internal operations. I'm looking to build scalable and maintainable software suitable for long-term use in an organizational environment. I'm seeking insights from those with industry experience on the following points: 1) What programming language or stack would you recommend for building company software from scratch? 2) What factors influenced your choice (like maintainability, talent availability, performance, ecosystem, security, etc.)? 3) Are there any languages you've used that you wouldn't choose again? I'm more interested in practical experiences than trends. Thanks in advance for your thoughts!

5 Answers

Answered By WebNinja On

It’s crucial to clarify whether you want a web-based application or a traditional desktop app. For scalability and ease of use, I’d lean towards web-based solutions, so users don’t have to worry about updates or installations.

CleverSparrow77 -

That's a good point! I was initially considering traditional apps but might explore web solutions more now.

Answered By PragmaticDeveloper On

The best language really boils down to your business needs. There’s no one-size-fits-all here. .NET or Java might fit, but it’s vital to analyze what your actual requirements are before committing to a stack. A comprehensive understanding of your needs will lead to the best choice.

SkepticalThinker -

I totally agree! It's wild how many people look for answers in threads like this instead of considering their own unique situation.

Answered By StartupGuru On

I've built in-house tools at my company using MySQL with PHP on the backend and a JavaScript frontend. The advantage here is that I had full control over scaling options with this stack. It’s been reliable for us, but I’d steer clear of Power Apps in the future if I can help it!

CleverSparrow77 -

That sounds interesting! I'm leaning towards something similar, as I want a stack that can grow with the business.

QuickQuestioner -

What was the most significant factor when you chose PHP over other options?

Answered By LanguageExplorer On

Both Java and .NET are solid options. As a .NET fan, I appreciate its modern features. But Java has similar strengths, so it really comes down to team expertise and existing infrastructure.

BalancedDebater -

You're spot on! Both have their merits, depending on the team’s familiarity.

Answered By TechSavvy101 On

For the backend, I’d recommend considering Java or .NET because they both tend to tick a lot of boxes in terms of the factors listed. .NET has become more flexible, and it works fine on Linux now, but if your servers are Linux-based, Java might be the better option. Just keep that in mind!

CuriousCoder99 -

I like your take! But it’s worth noting that you might not feel excited about these languages as a developer since the philosophy behind them feels outdated to some. However, they’re definitely stable and reliable options.

EagerWebDev -

Secure environments can be tricky! Just be cautious with any technology you choose; even Linux can have vulnerabilities.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.