| I do technology due diligence on behalf of investors for a living, so I live and breathe this type of stuff on a weekly basis. All companies build software differently. Some have automatic deployment, some don't. Some have strong testing procedures, some don't. Just because a company doesn't use a CI, doesn't necessarily make them "worse". It's just an indifference to the indoctrination of the "SV mindset". The more important answers are not binary yes/no by rather "why aren't using a CI". Common answers are: - I'm not sure what CI is - We don't have enough unit tests to justify it - We're a small team and it doesn't really justify the effort to setup - We're working on setting up and should be live in the next 3 months You can tell a lot about engineering competency and leadership from those answers. |