Explore >> Select a destination


You are here

swiftrocks.com
| | blog.kulman.sk
43.5 parsecs away

Travel
| | How many times how you copied and pasted some code in your current codebase because there was no good way to abstract it? Maybe because it was some repeating code required by a framework or mapping of some data transfer structures. Writing such boilerplate code is an error-prone waste of time, especially when there is a much better way: generating that code. There are a few tools to help you do that, one of the most flexible of them being GYB. What is GYB? GYB is a lightweight templating system that allo...
| | adventures.michaelfbryan.com
125.0 parsecs away

Travel
| | In a project Ive been playing around with recently, weve encountered the dilemma where you want to make it easy for users to write their own application logic using the system but at the same time want to keep that logic decoupled from the implementation details of whatever platform the application is running on. If youve been programming for any amount of time your immediate reaction is probably why bother mentioning this, doesnt it just fall out of good library design?
| | www.avanderlee.com
71.4 parsecs away

Travel
| | Macros in Swift allow you to extend the compiler with custom build errors and code generation to eliminate extraneous boilerplate code.
| | borretti.me
114.7 parsecs away

Travel
| Reflections on using Rust professionally for two years.