Coding Standard When it comes to coding standards for React Native, it is important to follow best practices to ensure code readability, maintainability and consistency within your project. While there are no official coding standards for React Native. But, you can adopt widely accepted conventions and guidelines. Here are some recommendations: Basic Rules Always use const or let to … Continue reading React Native — Coding Best Practices
Tag: coding standards
When I travelled halfway across the world to attend RubyConf 14 San Diego
It would be folly to even try and sum up all my experiences in one blog post. Hence this part is a short recap of my impressions of RubyConf San Diego. After a long journey of ~12000kms, little sleep, lots of coffee, and several moments of uncertainty ; I finally arrived at San Diego Convention … Continue reading When I travelled halfway across the world to attend RubyConf 14 San Diego
MVC coding principles in rails
I believe this post should clear basic coding standards before getting started with rails development.I just came with conversion started for declaring variables on rubyonrailstalk google group and that ended up with exploring the concepts of rails MVC coding principles. so, i thought it would be nice if they gets summarized somewhere.The question raised was -"How … Continue reading MVC coding principles in rails
