mormj

Results 75 comments of mormj

### if/else brackets modify the .clang-format file so that should look like ```c++ if { // code } else { // more code } ``` (in GR3 it is) ```c++...

`using x = ` instead of `typedef`

initialize variables in preference order: - class definition - constructor initialization list - constructor body Prefer brace initialization

Take this one step further - need an entire serialization of a flowgraph

### Porting Challenges and Notes #### ZMQ PUSH SINK Secondary base class `base_impl.h` - not tied into the yaml at all last_endpoint() method comes from base, but needs to be...