# Questions of the Week 34

DevFeed: [Questions of the Week 34](<https://devfeed.tech/articles/questions-of-the-week-34-19463.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/questions-of-the-week-34/>)

Author: Shai Almog

Published: 2016-12-01T00:00:00Z

Content type: opinion

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>), [Android](<https://devfeed.tech/topics/android.md>), [Java](<https://devfeed.tech/topics/java.md>), [Disk image](<https://devfeed.tech/topics/disk-image.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [abstraction](<https://devfeed.tech/tags/abstraction.md>), [android](<https://devfeed.tech/tags/android.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [java](<https://devfeed.tech/tags/java.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [leak](<https://devfeed.tech/tags/leak.md>), [simulator](<https://devfeed.tech/tags/simulator.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

A weekly digest discusses selected developer questions, including Storage to FileSystemStorage mapping, abstraction leakage, experimental Java 8 operation support in native Android code, and JavaScript code that must run after page load.

## Source excerpt

While I find these posts useful I think it's time to re-think this post which is overly mechanical and only post interesting news from the week rather than "everything". So this week we'll try something new, I'll discuss the news in general and the questions/answers I find valuable only. I'll ignore the other questions and this should make the post more "digestible". peopletookallthegoodnames asked about Storage to FileSystemStorage mapping here. This is a problematic subject. Storage is an abstraction, the fact that the implementation can be seen sometimes within the FileSystemStorage is a "leak" within the abstraction.