change permalinks

This commit is contained in:
Lukasz Skotarek 2020-04-02 10:54:30 +02:00
parent 63f9168258
commit a8f4b86046
23 changed files with 46 additions and 46 deletions

View file

@ -5,7 +5,7 @@ author: dreat
post_excerpt: ""
layout: post
permalink: >
http://dreat.info/2017/03/23/opensettlersii-1/
http://dreat.info/2017-03-23-opensettlersii-1/
published: true
post_date: 2017-03-23 07:00:25
---
@ -36,4 +36,4 @@ Bytes are represented in Elixir as <<values>>. It's quite useful to
As for functional language specific stuff, please take a look at multiple definitions of private method decode_flags. It's the pattern matching on functions (yup, can do it better here) - elixir will look for matching function and will call it. It's simple and quite powerful feature.
In the next commit(s) and post I will make those encode/decode functions more general to be able to work on all sized frames. And hopefully more ;)
In the next commit(s) and post I will make those encode/decode functions more general to be able to work on all sized frames. And hopefully more ;)