Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c8d1dcee3 | ||
|
|
001bf684b7 |
@@ -26,6 +26,10 @@ test:
|
||||
format:
|
||||
@make -C app format
|
||||
|
||||
# Serve the app
|
||||
serve:
|
||||
@cd app && mix phx.server
|
||||
|
||||
# Run Playwright browser-based tests (requires running server)
|
||||
# Set PLAYWRIGHT_BASE_URL to point at the running Phoenix app
|
||||
playwright:
|
||||
@@ -49,4 +53,4 @@ playwright-docker-start:
|
||||
|
||||
# Stop Docker Chrome container
|
||||
playwright-docker-stop:
|
||||
@make -C app playwright-docker-stop
|
||||
@make -C app playwright-docker-stop
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Replace Moralistic Programming with Situational Awareness",
|
||||
author: "Willem van den Ende",
|
||||
tags: ~w(craft, situational-awareness),
|
||||
description: "",
|
||||
description: "I don't like what I now call Moralistic Programming. 'You are not a good developer if <you don't use my pet favourite practice>'. I see some of that resurfacing in discussions around coding agents. I value Situational Awareness over best practices and fingerpointing..",
|
||||
published: true
|
||||
}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user