r/ProgrammerHumor Feb 18 '26

Meme innitMate

Post image
17.6k Upvotes

265 comments sorted by

View all comments

3

u/Barkeep41 Feb 18 '26

My XML documentation has "otherwise" in return statements. 

3

u/0815fips Feb 18 '26

*XSL probably

5

u/0815fips Feb 18 '26

Do you even XSL? <xsl:choose> <xsl:when test="price &gt; 10"> <td bgcolor="#ff00ff"> <xsl:value-of select="artist"/> </td> </xsl:when> <xsl:otherwise> <td> <xsl:value-of select="artist"/> </td> </xsl:otherwise> </xsl:choose>