<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sho Miyamoto</title>
    <description>The latest articles on DEV Community by Sho Miyamoto (@shqld).</description>
    <link>https://dev.to/shqld</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F44722%2Fb4a8f554-f033-4837-bcc4-083d08c89cf9.jpeg</url>
      <title>DEV Community: Sho Miyamoto</title>
      <link>https://dev.to/shqld</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shqld"/>
    <language>en</language>
    <item>
      <title>The ES6 way to make simple immutable Object hiding properties inside</title>
      <dc:creator>Sho Miyamoto</dc:creator>
      <pubDate>Thu, 28 Dec 2017 23:46:58 +0000</pubDate>
      <link>https://dev.to/shqld/the-es6-way-to-make-simple-immutable-object-hiding-properties-inside-2hd</link>
      <guid>https://dev.to/shqld/the-es6-way-to-make-simple-immutable-object-hiding-properties-inside-2hd</guid>
      <description>&lt;p&gt;It's basically good to keep objects immutable for FP and also to make some properties private as long as we are going to enjoy benefits of OOP. To make immutable dict encapsulating properties, now we have 2 options: Symbol and WeakMap which were introduced as new features of ES2015.&lt;/p&gt;

&lt;p&gt;So, I made experimentally some models, without any thought of performance though. Would be glad to hear your comments!&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
