A little something on @codepen: pure #CSS icosphere of spheres https://codepen.io/thebabydino/pen/poYRGmV

Very little code and I should be able to make the algorithm even more efficient. Pure CSS shading too.

#CodePenChallenge #CodePen #3D #code #geometry #maths #mathematics #coding #recursion #cssGradient #frontend #web #dev #webDev #webDevelopment #transform #css3D #cssTransform #cssVariables

@anatudor @codepen this is really cool looking but we need you discuss your variable naming strategy.

@marty331 @codepen 1 char vars FTW.

It's the best when you want to be able to see and read the code. I'm on a laptop from 2006 with a low res screen. Longer var names make the code unreadable because it just doesn't fit on the screen.

If I have to work with someone else's code, first thing I do is a search replace for longer var names to replace them with 1 char ones in order to make the code readable.