Skip to content

Instantly share code, notes, and snippets.

View tigawanna's full-sized avatar

Dennis tigawanna

View GitHub Profile
@tigawanna
tigawanna / go-deslop.md
Created September 10, 2026 17:53 — forked from pipethedev/go-deslop.md
Markdown file to de-slop your go codebase

Go Codebase Cleanup: Remove Defensive Over-Engineering and AI Slop

Audit this Go codebase and aggressively simplify AI-generated, defensive, overly abstract, or unnecessarily generic code.

The goal is to make the code look like it was written by an experienced Go engineer:

  • simple
  • explicit
  • strongly typed
  • boring

Large Header Style Animation on Android

Code

import { Text, View } from "react-native";
import Animated, {
  Extrapolation,
  interpolate,
  useAnimatedScrollHandler,
  useAnimatedStyle,
  useSharedValue,