Github user mikewalch commented on a diff in the pull request:

    
https://github.com/apache/incubator-fluo-website/pull/41#discussion_r87404690
  
    --- Diff: _posts/blog/2016-11-09-immutable-bytes.md ---
    @@ -0,0 +1,181 @@
    +---
    +title: "Java needs an immutable byte string"
    +date: 2016-11-09 11:43:00 +0000
    +author: Keith Turner
    +reviewers: Christopher Tubbs
    +---
    +
    --- End diff --
    
    Content is great but I think it would easier to grasp (for those new to 
Fluo) if you followed the structure below.
    
    * Introduce problem. (i.e. Explain why Fluo needs Bytes objects).  
    * Explain existing solutions (String, ByteBuffer, Protobufs) and how they 
do not solve the problem
    * Describe how our internal solution (Bytes, ByteBuilders) works and solved 
it.
    * Conclude with how Java should provide something similar to our internal 
solution.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to