sravan_ess | 9 years ago | on: One in Three Tech Workers Is Underpaid
sravan_ess's comments
sravan_ess | 9 years ago | on: Paris from Camus’s Notebooks
sravan_ess | 9 years ago | on: Ask HN: What do you want to learn in 2017?
About programming/work - I want to learn a little bit of Haskell and want to change my company, I also should make sure the code I write from now on should be Test Driven to some extend
sravan_ess | 9 years ago | on: An Introduction to Polymer - A Web Component Library
sravan_ess | 9 years ago | on: An Introduction to Polymer - A Web Component Library
My opinion is that, polymer is good for specific use cases such as- Creating leaf level components, Reusing components around multiple projects.
BUT....
Building complete applications in Polymer has been a painful experience
I have at times encountered critical 'library bugs', which haven't been fixed yet, we had to use hacky workarounds and forked repos with fixes. Check 'p1-backlog' in github
Less control over elements because of two-way-data binding, I guess I should use redux with it. But I'm still a bit confused about certain aspects of adding redux into the mix
The application end up really heavy
I wish I had a bit more control over vulcanize
sravan_ess | 9 years ago | on: An Introduction to Polymer - A Web Component Library