programming-guidelines icon indicating copy to clipboard operation
programming-guidelines copied to clipboard

Brainstorming: Tags

Open guettli opened this issue 3 years ago • 5 comments

The current README is way too long. But how to structure it, so that it is easier to read?

I think tags are better than a book-like structure.

This issue is for brainstorming which tags could be usefull.

Feel free to add your ideas.

guettli avatar Mar 31 '22 18:03 guettli

Testing

Datastructures

Programming (general)

Teamwork

Work-Life-Balance

Debugging

HTML

Python: https://github.com/guettli/python-tips

Django: https://github.com/guettli/django-tips

Kubernetes: https://github.com/guettli/learning-kubernetes-log

guettli avatar Mar 31 '22 19:03 guettli

In addition to notes on Data Structures only, do you plan to add some notes about Algorithms as well? (this would be great)

Can we also add CI/CD and Design patterns? @guettli

zxenonx avatar Mar 31 '22 19:03 zxenonx

Yes, CI/CD makes sense.

With "Design patterns" ... I am unsure. I am not a big fan of design patterns. I prefer boring functions and libraries. Most Design Patterns handle "state". I don't like state. I prefer it stateless. State should in the DB, not in my code. Like http-requests. Requests should not last longer than some seconds.

But thank you for CI/CD there are already some notes about this topic in the README. Please add new ideas here, if things come to your mind.

guettli avatar Apr 01 '22 07:04 guettli

Yes, CI/CD makes sense.

With "Design patterns" ... I am unsure. I am not a big fan of design patterns. I prefer boring functions and libraries. Most Design Patterns handle "state". I don't like state. I prefer it stateless. State should in the DB, not in my code. Like http-requests. Requests should not last longer than some seconds.

But thank you for CI/CD there are already some notes about this topic in the README. Please add new ideas here, if things come to your mind.

Oh, you're not a big fan of Design patterns...😕 You don't find it useful at all, do you?

What are the cases where design patterns are worth using?

zxenonx avatar Apr 02 '22 20:04 zxenonx

I replied here: https://github.com/guettli/programming-guidelines/discussions/17

I would like to keep this issue focused on "Brainstorming Tags". Please reply in above discussion (or start a new discussion).

guettli avatar Apr 02 '22 20:04 guettli