See more
…t warping US elections, or quelling the online hate speech that has incited real-world violence and even genocide in Myanmar. But he is an expert in measuring. “We do look at data hard, we can measure how…
If you have common styles (like for Header, Footer, Buttons) — you can create a separate folder called “styles”, set there an index.js file and write common styles there. And then just reuse them on each page.
….e., how much maintenance the code will require. Assume that all the code is written to be changed. Separate things which change more often (private) from other things. Expose only interfaces (public) and make them robust to changes as much as possible.