You're explaining the details of how your code works. Like what algorithms you're using, why the code is doing what it's doing, what performance/runtime complexity the code has perhaps. At the extreme, explain the inner workings of your code so that somebody else could theoretically implement it his or herself based off your description.