greggman / twgl.js

A Tiny WebGL helper Library
http://twgljs.org
MIT License
2.64k stars 260 forks source link

Adding stricter types where appropriate #106

Open greggman opened 5 years ago

greggman commented 5 years ago

105

Not a 100% sure this is good. It might be okay for typescript. I might not be okay for JSDoc which is used by the closure compiler.

pineapplemachine commented 5 years ago

I have no strong opinions. It doesn't cause any problems for me as it is. I would try to get some opinions from @NikitaIT and other devs who might be more affected by the specificity of these types.