Explores with reusable logic?

Hello, I have a number of explores using different views with similar structure and having exactly the same join logic except the view names. I may need something similar to that can conceptually be referred as “generic” explores.

Do I have workaround to avoid code repetition among explores in this case?

Yes, you can use the extends functionality

https://docs.looker.com/data-modeling/learning-lookml/extends

Have Fun.