ttc-cases / ttc-chat-Retler

tech-that-tech-that-chat-tech-that-chat created by GitHub Classroom
0 stars 0 forks source link

About The Tech Collective #2

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

We have added a short write-up with some background on us.

thetechcollective.md

👉 Please give it a good read 👈

You'll probably find that it contains a some rather opinionated statements and references to tech, methodology, tools and more.

👉 In the comments below please reflect on how we describe this world of software development. What is you own stance, opinions, principles and values 👈

Retler commented 2 months ago

I appreciate the focus on quality and the shift-left paradigm. Integrating security, automation and testing early in the development process builds a solid foundation for good software.

This resonates a lot with how I like to work. I think that the issue of technical debt is often under-estimated and I believe this approach (building things right from the beginning) helps to reduce it. That being said, I also think it's important to not over-engineer things. Making abstractions, generalizations and hundreds of micro-services should make sense and have a clear use-case, in order to keep the code-base as clean and easy to maintain as possible.