Questions tagged [enterprise-development]
For questions SPECIFICALLY related to development within an enterprise environment (e.g. a large company), as opposed to e.g. hobby programming. Don't use this tag just because you're working as an enterprise developer.
53 questions
15 votes
6 answers
2k views
In an enterprise software team, is it recommended for developers to maintain a business knowledge wiki to understand domain concepts and processes?
I work in an enterprise software team, and I’m exploring ways to help developers better understand the business domain, company processes, and organizational knowledge beyond just technical ...
-5 votes
2 answers
132 views
The advice I've found is to use LTS tools for work, instead can start on a new version if I know the next LTS will come out before project completion? [closed]
I've had this idea because I've recently had to upgrade a large enterprise project (due to security vulnerabilities) that was completed and not touched for years before I joined, and both the backend (...
37 votes
8 answers
10k views
How can I discourage sharing internal API keys within a company?
We’re working on a new service – this service will potentially be called directly from applications on user devices. These applications will be developed and supported by multiple development teams ...
1 vote
3 answers
1k views
What are criteria for enterprise to have multiple databases (for new project)?
We are working on new enterprise project (multiple activities - online ordering, offline ordering, b2b ordering, accounting processing, secure payment processing, analysis and dynamic pricing and so ...
-3 votes
1 answer
510 views
Are on-premise software solutions safe for the vendor? It seems the client can steal the code [closed]
I'm wary about on-premise solutions. It appears to me that the client has access to the source code and can easily steal it. Is this software business model safe for the vendor? Are there any ...
0 votes
1 answer
2k views
test (or qa) vs staging environment - clarification on how staging env functions
I looked at this question. As far as I understand test env is for qa department to conduct their tests, and staging is identical to prod, but hidden from end user. My questions are: Should staging ...
1 vote
1 answer
151 views
Why should you test for backward compatibility during sprint testing?
For example right now we are finished with the development of our sprint 10 and want to start testing sprint testing in Stage environment. I was told that we should first test 'Sprint 10 frontend ...
3 votes
1 answer
622 views
Standard API Protocol for ECM Systems?
I am wondering if there is an established standard or protocol when working with APIs for document management systems or ECMs. For example, let's say I'm working on a new product and I want it to have ...