⛰️

Typical Codebase

  • Q: What's a typical Stack for a project?
  • Q: What is the structure of the codebase in a typical project?
  • Q: What kind of testing is used?
  • Q: Are there automated tests?
  • Q: Who writes automated acceptance tests?

Q: What's a typical Stack for a project?

  • TypeScript, JavaScript, Node
  • REST API, GraphQL, gRPC
  • React
  • redux
  • Storybook
  • Styled-components
  • docker/k8s
  • MSW

Q: What is the structure of the codebase in a typical project?

The structure of the web project is:

The structure of the server is:

Q: What kind of testing is used?

Manual and automated.

Q: Are there automated tests?

A typical project over a while will grow to 300+ scenarios to automated acceptance tests, depending on the complexity of the product.

Q: Who writes automated acceptance tests?

QA Automation engineers.