Relative Content

Tag Archive for pythonpython-3.xpipmoduleopenedx

Design question regarding OpenEdX XBlocks

I have a question regarding the design of my XBlock code and I was wondering if I could get your insights about it. I have multiple XBlocks and all of them use a fixed set of “utility” functions. I don’t want to repeat the same code in all of the XBlocks and I was wondering what the best way to implement this kind of a design would be.